POST api/Crm/SaveProduct
CrmSaveProduct
Request Information
URI Parameters
None.
Body Parameters
crm_SaveProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductName | string |
None. |
|
| ProductTiming | date |
None. |
|
| Barcode | string |
None. |
|
| ProductIDCRM | integer |
None. |
|
| ProductBrandIDCRM | integer |
None. |
|
| FullPrice | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| TempPrice | decimal number |
None. |
|
| ProductActiveCtry | boolean |
None. |
|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| Weightkg | decimal number |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| Sale | boolean |
None. |
|
| DiscountPrice | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductName": "sample string 1",
"ProductTiming": "2026-08-05T04:03:03.5027383+03:00",
"Barcode": "sample string 2",
"ProductIDCRM": 1,
"ProductBrandIDCRM": 1,
"FullPrice": 1.1,
"Price": 1.0,
"TempPrice": 1.0,
"ProductActiveCtry": true,
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"Weightkg": 1.1,
"SiteUUID": "f0942491-0cee-4523-854b-47918c943732",
"Token": "e41993f4-a863-49ee-b600-53b0e41ae7ad",
"Sale": true,
"DiscountPrice": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}