SyncSalesPersonRequest¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
action |
string | No | Type of sync operation to perform | enum: createOnly, updateOnly, createOrUpdate |
dedupeBy |
string | No | Field to deduplicate on. If the value in the field for a given record is not unique, an error will be returned for the individual record. | |
input |
array |
Yes | List of input records |
Generated example¶
{
"action": "createOnly",
"dedupeBy": "string",
"input": [
{
"id": 123,
"reasons": [
{
"code": "string",
"message": "string"
}
],
"seq": 123,
"status": "created"
}
]
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.