POST Customers/CreateOrUpdateCustomerRules
Request Information
URI Parameters
None.
Body Parameters
RequestCreateOrUpdateCustomerRules| Name | Description | Type | Additional information |
|---|---|---|---|
| RunType |
RunType = 1 run through all rules |
integer |
None. |
| Array | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"RunType": 1,
"Array": null
}
Response Information
Resource Description
SuccessFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}