POST Customers/CreateOrUpdateCustomerRules

Request Information

URI Parameters

None.

Body Parameters

RequestCreateOrUpdateCustomerRules
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true
}