POST api/Product
Request Information
URI Parameters
None.
Body Parameters
ProductName | 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. |
|
Name | string |
None. |
|
EditorId | globally unique identifier |
None. |
|
ContactEmailAddress | string |
None. |
|
NoReplyEmailAddress | string |
None. |
|
DocumentationLink | string |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T23:45:08.0710228+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T23:45:08.0710228+02:00", "LastWriteUser": "sample string 6", "Id": "1802fe49-07a8-49b7-b4bf-119af1041cf7", "Name": "sample string 8", "EditorId": "7ce48f4e-5790-4af8-94b7-96b1853a7adc", "ContactEmailAddress": "sample string 10", "NoReplyEmailAddress": "sample string 11", "DocumentationLink": "sample string 12" }
application/xml, text/xml
Sample:
<Product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_contactEmailAddress>sample string 10</_contactEmailAddress> <_creationDate>2022-05-26T23:45:08.0710228+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_documentationLink>sample string 12</_documentationLink> <_editorId>7ce48f4e-5790-4af8-94b7-96b1853a7adc</_editorId> <_entityState>Created</_entityState> <_id>1802fe49-07a8-49b7-b4bf-119af1041cf7</_id> <_lastWriteDate>2022-05-26T23:45:08.0710228+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_name>sample string 8</_name> <_noReplyEmailAddress>sample string 11</_noReplyEmailAddress> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> </Product>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProductName | 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. |
|
Name | string |
None. |
|
EditorId | globally unique identifier |
None. |
|
ContactEmailAddress | string |
None. |
|
NoReplyEmailAddress | string |
None. |
|
DocumentationLink | string |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T23:45:08.0710228+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T23:45:08.0710228+02:00", "LastWriteUser": "sample string 6", "Id": "7af6969f-87c5-42bf-a288-ae8e8f1555d7", "Name": "sample string 8", "EditorId": "7b6a862c-46ac-45d9-a44f-5a029023f169", "ContactEmailAddress": "sample string 10", "NoReplyEmailAddress": "sample string 11", "DocumentationLink": "sample string 12" }
application/xml, text/xml
Sample:
<Product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_contactEmailAddress>sample string 10</_contactEmailAddress> <_creationDate>2022-05-26T23:45:08.0710228+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_documentationLink>sample string 12</_documentationLink> <_editorId>7b6a862c-46ac-45d9-a44f-5a029023f169</_editorId> <_entityState>Created</_entityState> <_id>7af6969f-87c5-42bf-a288-ae8e8f1555d7</_id> <_lastWriteDate>2022-05-26T23:45:08.0710228+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_name>sample string 8</_name> <_noReplyEmailAddress>sample string 11</_noReplyEmailAddress> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> </Product>