Response Parameters
Parameter | Type | Description |
| string | Unique identifier for tracking the request. |
| array | List of offers successfully created. |
| array | List of offers that were updated. |
| array | Offers that did not require any changes. |
| array | Offers that failed processing, with reasons. |
{
"responseId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"isSuccessful": true,
"responseTitle": "string",
"responseType": "Success",
"messages": [
"string"
],
"data": {
"concurrencyRequestId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdOffers": [
{
"externalId": "string",
"messages": [
"string"
]
}
],
"updatedOffers": [
{
"externalId": "string",
"messages": [
"string"
]
}
],
"notChangedOffers": [
{
"externalId": "string",
"messages": [
"string"
]
}
],
"failedOffers": [
{
"externalId": "string",
"messages": [
"string"
]
}
]
}
}