{
"request_id": "string",
"buyer_country": "string",
"buyer_name": "string",
"amount": 0,
"currency": "EUR",
"contract_no": "string",
"contract_file_ids": [
0
],
"goods_info": {
"category": 0,
"name": "string",
"quantity": 0,
"url": "string",
"custom_dec_info": {
"dec_method": "string",
"dec_no": "string"
}
},
"invoice_file_ids": [
0
],
"is_exchange_settle": true,
"logistics_info": {
"buyer_type": "NEW",
"destination": "string",
"expected_ship_date": "2019-08-24",
"freight_arrange_file_ids": [
0
],
"latest_order_file_ids": [
0
],
"logistics_company_name": "string",
"outbound_no": "string",
"inquiry_records_file_ids": [
0
],
"ship_date": "2019-08-24",
"ship_status": "SHIPPED",
"shipped_file_ids": [
0
],
"transaction_type": "EXW",
"transport_type": "AIR"
},
"order_date": "2019-08-24",
"remark": "string",
"other_file_ids": [
0
]
}
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/merch/contract/create' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"buyer_country": "string",
"buyer_name": "string",
"amount": 0,
"currency": "EUR",
"contract_no": "string",
"contract_file_ids": [
0
],
"goods_info": {
"category": 0,
"name": "string",
"quantity": 0,
"url": "string",
"custom_dec_info": {
"dec_method": "string",
"dec_no": "string"
}
},
"invoice_file_ids": [
0
],
"is_exchange_settle": true,
"logistics_info": {
"buyer_type": "NEW",
"destination": "string",
"expected_ship_date": "2019-08-24",
"freight_arrange_file_ids": [
0
],
"latest_order_file_ids": [
0
],
"logistics_company_name": "string",
"outbound_no": "string",
"inquiry_records_file_ids": [
0
],
"ship_date": "2019-08-24",
"ship_status": "SHIPPED",
"shipped_file_ids": [
0
],
"transaction_type": "EXW",
"transport_type": "AIR"
},
"order_date": "2019-08-24",
"remark": "string",
"other_file_ids": [
0
]
}'
{
"contract_order_no": "string",
"status": "RELATABLE"
}