X-Auth-Token: ********************
{
"merchant_no": "21000020181225631X",
"template_no": "360000199807199800",
"status": 1
}
curl --location --request POST '/bis/ip/receipt/template/customize/detail' \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token;' \
--data-raw '{
"merchant_no": "21000020181225631X",
"template_no": "360000199807199800",
"status": 1
}'
{
"customize_id": 0,
"template_no": "string",
"template_name": "string",
"customize_content": "string",
"create_time": "string",
"update_time": "string",
"status": 1,
"description": "string"
}