POST api/Company
Request Information
URI Parameters
None.
Body Parameters
CompanyName | Description | Type | Additional information |
---|---|---|---|
EntityKey | string |
None. |
|
EntityDisplayName | string |
None. |
|
RowVersion | Collection of byte |
None. |
|
CreationDate | date |
None. |
|
CreationUser | string |
None. |
|
LastWriteDate | date |
None. |
|
LastWriteUser | string |
None. |
|
Id | globally unique identifier |
None. |
|
SubscriberId | globally unique identifier |
None. |
|
Name | string |
None. |
|
ReferenceIS | string |
None. |
|
ShipToName | string |
None. |
|
ShipToStreet | string |
None. |
|
ShipToCity | string |
None. |
|
ShipToState | string |
None. |
|
ShipToZip | string |
None. |
|
ShipToCountry | string |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T22:26:33.7820863+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T22:26:33.7820863+02:00", "LastWriteUser": "sample string 6", "Id": "a4dadbea-c294-47dc-9d22-57cb3b20011c", "SubscriberId": "e198b937-0ee4-4cee-9ddf-5caa5b8ab071", "Name": "sample string 9", "ReferenceIS": "sample string 10", "ShipToName": "sample string 11", "ShipToStreet": "sample string 12", "ShipToCity": "sample string 13", "ShipToState": "sample string 14", "ShipToZip": "sample string 15", "ShipToCountry": "sample string 16" }
application/xml, text/xml
Sample:
<Company xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_creationDate>2022-05-26T22:26:33.7820863+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>a4dadbea-c294-47dc-9d22-57cb3b20011c</_id> <_lastWriteDate>2022-05-26T22:26:33.7820863+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_name>sample string 9</_name> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_referenceIS>sample string 10</_referenceIS> <_rowVersion>QEA=</_rowVersion> <_shipToCity>sample string 13</_shipToCity> <_shipToCountry>sample string 16</_shipToCountry> <_shipToName>sample string 11</_shipToName> <_shipToState>sample string 14</_shipToState> <_shipToStreet>sample string 12</_shipToStreet> <_shipToZip>sample string 15</_shipToZip> <_subscriberId>e198b937-0ee4-4cee-9ddf-5caa5b8ab071</_subscriberId> </Company>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CompanyName | Description | Type | Additional information |
---|---|---|---|
EntityKey | string |
None. |
|
EntityDisplayName | string |
None. |
|
RowVersion | Collection of byte |
None. |
|
CreationDate | date |
None. |
|
CreationUser | string |
None. |
|
LastWriteDate | date |
None. |
|
LastWriteUser | string |
None. |
|
Id | globally unique identifier |
None. |
|
SubscriberId | globally unique identifier |
None. |
|
Name | string |
None. |
|
ReferenceIS | string |
None. |
|
ShipToName | string |
None. |
|
ShipToStreet | string |
None. |
|
ShipToCity | string |
None. |
|
ShipToState | string |
None. |
|
ShipToZip | string |
None. |
|
ShipToCountry | string |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T22:26:33.8144221+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T22:26:33.8144221+02:00", "LastWriteUser": "sample string 6", "Id": "9876d404-26ab-4f72-9b74-fd1d6d717c14", "SubscriberId": "f693d4dd-7ab5-4424-a395-4b0c4f02c3ae", "Name": "sample string 9", "ReferenceIS": "sample string 10", "ShipToName": "sample string 11", "ShipToStreet": "sample string 12", "ShipToCity": "sample string 13", "ShipToState": "sample string 14", "ShipToZip": "sample string 15", "ShipToCountry": "sample string 16" }
application/xml, text/xml
Sample:
<Company xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_creationDate>2022-05-26T22:26:33.8144221+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>9876d404-26ab-4f72-9b74-fd1d6d717c14</_id> <_lastWriteDate>2022-05-26T22:26:33.8144221+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_name>sample string 9</_name> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_referenceIS>sample string 10</_referenceIS> <_rowVersion>QEA=</_rowVersion> <_shipToCity>sample string 13</_shipToCity> <_shipToCountry>sample string 16</_shipToCountry> <_shipToName>sample string 11</_shipToName> <_shipToState>sample string 14</_shipToState> <_shipToStreet>sample string 12</_shipToStreet> <_shipToZip>sample string 15</_shipToZip> <_subscriberId>f693d4dd-7ab5-4424-a395-4b0c4f02c3ae</_subscriberId> </Company>