delete

注文情報を削除するAPI

注文削除

post

注文情報を削除します。

Body
RegNostringRequired

受付番号

ApiKeystringRequired

APIKey Test KEY:7abd72462c794016849abe4be

Responses
200

sucess

post
POST /api/v1/invoice/delete HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 65

{
  "RegNo": "TEST20230913-001",
  "ApiKey": "XXXXXXXXXXXXXXXXXXXXXXXXX"
}
{
  "Message": "text",
  "Code": 1
}

Last updated