POST Operator/Get_Checkout?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_CartNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Checkout| Name | Description | Type | Additional information |
|---|---|---|---|
| My_Addresses | Collection of Address_T |
None. |
|
| My_Result | Collection of Cart_Item |
None. |
|
| DeliveryCost | decimal number |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"My_Addresses": [
{
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
},
{
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
}
],
"My_Result": [
{
"CART_ID": 1,
"QUANTITY": 2,
"DELIVERY_COST": 1.0,
"My_Product": {
"PRODUCT_ID": 1,
"SUPPLIER_ID": 1,
"CATEGORY_ID": 1,
"DESCRIPTION": "sample string 2",
"CAR_TYPE_DESCRIPTION": "sample string 3",
"CAR_DESCRIPTION": "sample string 4",
"OE_NUMBER_DESCRIPTION": "sample string 5",
"BRAND_NAME_DESCRIPTION": "sample string 6",
"BRAND_NUMBER_DESCRIPTION": "sample string 7",
"QUANTITY": "sample string 8",
"UNIT_PRICE": 1.0,
"FULL_PRICE": 1.0,
"CURRENCY": "sample string 9",
"COMMISSION": 1.0,
"COMMISSIONP": 1.0,
"STATUS": 1,
"APPROVED": true,
"CREATE_DATE": "2026-02-04T02:33:34.1225691+00:00",
"CREATE_OPERATOR_ID": 1,
"CREATE_DATEs": "sample string 12",
"SUPPLIER_NAME": "sample string 13",
"CATEGORY_NAME": "sample string 14",
"CREATE_OPERATOR": "sample string 15",
"CAR_TYPE_ID": 1,
"BRAND_ID": 1,
"PHOTO": "sample string 16",
"IS_NEW": true,
"BRAND_NAME_TEXT": "sample string 18",
"IS_PACKAGE": true,
"IMAGE_COUNT": 19,
"DELIVERY_COST": 1.0,
"TECDOC_BRAND_NUMBER": "sample string 20",
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 21",
"BRAND_NUMBER_DESCRIPTION0": "sample string 22"
}
},
{
"CART_ID": 1,
"QUANTITY": 2,
"DELIVERY_COST": 1.0,
"My_Product": {
"PRODUCT_ID": 1,
"SUPPLIER_ID": 1,
"CATEGORY_ID": 1,
"DESCRIPTION": "sample string 2",
"CAR_TYPE_DESCRIPTION": "sample string 3",
"CAR_DESCRIPTION": "sample string 4",
"OE_NUMBER_DESCRIPTION": "sample string 5",
"BRAND_NAME_DESCRIPTION": "sample string 6",
"BRAND_NUMBER_DESCRIPTION": "sample string 7",
"QUANTITY": "sample string 8",
"UNIT_PRICE": 1.0,
"FULL_PRICE": 1.0,
"CURRENCY": "sample string 9",
"COMMISSION": 1.0,
"COMMISSIONP": 1.0,
"STATUS": 1,
"APPROVED": true,
"CREATE_DATE": "2026-02-04T02:33:34.1225691+00:00",
"CREATE_OPERATOR_ID": 1,
"CREATE_DATEs": "sample string 12",
"SUPPLIER_NAME": "sample string 13",
"CATEGORY_NAME": "sample string 14",
"CREATE_OPERATOR": "sample string 15",
"CAR_TYPE_ID": 1,
"BRAND_ID": 1,
"PHOTO": "sample string 16",
"IS_NEW": true,
"BRAND_NAME_TEXT": "sample string 18",
"IS_PACKAGE": true,
"IMAGE_COUNT": 19,
"DELIVERY_COST": 1.0,
"TECDOC_BRAND_NUMBER": "sample string 20",
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 21",
"BRAND_NUMBER_DESCRIPTION0": "sample string 22"
}
}
],
"DeliveryCost": 1.0,
"ExceptionMsg": "sample string 2"
}