Skip to main content

Response Schema

Written by GoKart Support

Response Parameters

Parameter

Type

Description

concurrencyRequestId

string

Unique identifier for tracking the request.

createdOffers

array

List of offers successfully created.

updatedOffers

array

List of offers that were updated.

notChangedOffers

array

Offers that did not require any changes.

failedOffers

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"
]
}
]
}
}
Did this answer your question?