Skip to content

Instantly share code, notes, and snippets.

@sivabudh
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sivabudh/bc4e1c5c881029a9f7c4 to your computer and use it in GitHub Desktop.
Save sivabudh/bc4e1c5c881029a9f7c4 to your computer and use it in GitHub Desktop.
URL endpoint: https://www.doap.jp/api/SBrand/TransactionReception.php?branchNo=demo3001
Method: POST
Headers:
Content-Type: application/json
Body:
{
"data":
[
{
"postal_code": "854-0044",
"building": "",
"car": {
"vehicle_class_number": "500",
"make": "???",
"model": "???",
"plate": "7419",
"regional_code": "??",
"hiragana_prefix": "?"
},
"send_email": false,
"prefecture": "???",
"name": "??? ??",
"send_letter": false,
"city": "???",
"email": "",
"phone_number_1": "0957229012",
"phone_number_2": "",
"order": {
"order_date": "2015-07-14T00:09:46.743518Z",
"staff_name": " ??????",
"shop_name": "DD??????",
"carts": [
{
"category": "???",
"valiant": "165/55R/14",
"product": "NEXTRY NEXTRY"
}
]
},
"town": ""
},
{
"postal_code": "852-8065",
"building": "",
"car": {
"vehicle_class_number": "580",
"make": "???",
"model": "???????",
"plate": "7883",
"regional_code": "??",
"hiragana_prefix": "?"
},
"send_email": false,
"prefecture": "",
"name": " ????",
"send_letter": false,
"city": "",
"email": "",
"phone_number_1": "095-857-3324",
"phone_number_2": "",
"order": {
"order_date": "2015-07-14T00:26:02.975274Z",
"staff_name": " ?????",
"shop_name": "????????",
"carts": [
{
"category": "??????",
"valiant": "S",
"product": "???????"
}
]
},
"town": ""
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment