POST api/Crm/GetProduct
CrmGetProduct
Request Information
URI Parameters
None.
Body Parameters
crm_GetProductName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
Barcode | string |
None. |
|
ProductIDCRM | integer |
None. |
|
ProductActiveCtry | boolean |
None. |
|
AddressPublic | string |
None. |
|
AddressLocal | string |
None. |
|
SiteUUID | globally unique identifier |
None. |
|
Token | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "Barcode": "sample string 1", "ProductIDCRM": 1, "ProductActiveCtry": true, "AddressPublic": "sample string 2", "AddressLocal": "sample string 3", "SiteUUID": "1e8b6d8a-88c3-421d-ab4a-17be0e40e801", "Token": "266b2a72-7de9-40d2-ae18-0a0acb61e505" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]