Download OpenAPI specification:Download
Sample API
customer(顧客マスタ)を新規登録する
| customerId required | number <number> (顧客ID) |
| name | string (氏名) <= 16 characters |
| address | string (住所) <= 128 characters |
{- "customerId": 0,
- "name": "string",
- "address": "string"
}{- "customerId": 0,
- "name": "string",
- "address": "string"
}識別子で指定したcustomer(顧客マスタ)を更新する
| customerId | number <number> |
| customerId | number <number> (顧客ID) |
| name | string (氏名) <= 16 characters |
| address | string (住所) <= 128 characters |
{- "customerId": 0,
- "name": "string",
- "address": "string"
}{- "customerId": 0,
- "name": "string",
- "address": "string"
}