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_CheckoutName | 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": 9.0, "CURRENCY": "sample string 10", "COMMISSION": 1.0, "COMMISSIONP": 1.0, "STATUS": 1, "APPROVED": true, "CREATE_DATE": "2025-04-19T06:47:42.6774751+00:00", "CREATE_OPERATOR_ID": 1, "CREATE_DATEs": "sample string 13", "SUPPLIER_NAME": "sample string 14", "CATEGORY_NAME": "sample string 15", "CREATE_OPERATOR": "sample string 16", "CAR_TYPE_ID": 1, "BRAND_ID": 1, "PHOTO": "sample string 17", "IS_NEW": true, "BRAND_NAME_TEXT": "sample string 19", "IS_PACKAGE": true, "IMAGE_COUNT": 20, "DELIVERY_COST": 1.0, "TECDOC_BRAND_NUMBER": "sample string 21", "TECDOC_BRAND_ID": 1, "TECDOC_BRANDNAME": "sample string 22", "BRAND_NUMBER_DESCRIPTION0": "sample string 23" } }, { "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": 9.0, "CURRENCY": "sample string 10", "COMMISSION": 1.0, "COMMISSIONP": 1.0, "STATUS": 1, "APPROVED": true, "CREATE_DATE": "2025-04-19T06:47:42.6774751+00:00", "CREATE_OPERATOR_ID": 1, "CREATE_DATEs": "sample string 13", "SUPPLIER_NAME": "sample string 14", "CATEGORY_NAME": "sample string 15", "CREATE_OPERATOR": "sample string 16", "CAR_TYPE_ID": 1, "BRAND_ID": 1, "PHOTO": "sample string 17", "IS_NEW": true, "BRAND_NAME_TEXT": "sample string 19", "IS_PACKAGE": true, "IMAGE_COUNT": 20, "DELIVERY_COST": 1.0, "TECDOC_BRAND_NUMBER": "sample string 21", "TECDOC_BRAND_ID": 1, "TECDOC_BRANDNAME": "sample string 22", "BRAND_NUMBER_DESCRIPTION0": "sample string 23" } } ], "DeliveryCost": 1.0, "ExceptionMsg": "sample string 2" }