POST api/Crm/GetProduct
CrmGetProduct
Request Information
URI Parameters
None.
Body Parameters
crm_GetProduct| Name | 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": "ebf95afb-73de-468a-8c27-30d8468253ff",
"Token": "1929f77d-8cad-4285-a605-12361e467a1c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]