DELTA H7 API 0.3.0

H7/Operators API

Servers

https://{URL_OPERATEUR_EDI}/dh7 http
URL_OPERATEUR_EDI: This value is the url of the operator.

Operations

Pub demandes/{customsRequestReference}/enregistrement

H7/Operators interface for a Response_Registration_H7 message

Parameters
customsRequestReference
required
string

Accepts the following message:

Response_Registration_H7

Payload
object
header
required
object
messageDateTime
required
string
date-time must match [0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}[+,-][0-9]{2}:[0-9]{2}.+

AAAA-MM-DDThh:mm:ss[offset][ZoneID]

messageId
required
string
length <= 291
operatorRequestReference
required
string
length <= 35

Additional properties are NOT allowed.

request
object
customsRequestReference
required
string
requestRegistrationDateTime
required
string
date-time must match [0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}[+,-][0-9]{2}:[0-9]{2}.+

AAAA-MM-DDThh:mm:ss[offset][ZoneID]

Additional properties are NOT allowed.

declarations
required
array<object>
<= 99 items

Items:

0
object
lrn
required
string
length <= 22
customsDeclarationReference
required
string
length <= 22
mrn
required
string
must match .{18}

Additional properties are NOT allowed.

Additional items are allowed.

Additional properties are NOT allowed.

Examples

Response_Registration_H7
Payload
{
  "header": {
    "messageDateTime": "2014-04-12T03:30:30-05:00[US/Central]",
    "messageId": "FR42198531800045",
    "operatorRequestReference": "OP1234"
  },
  "request": {
    "customsRequestReference": "",
    "requestRegistrationDateTime": "2014-04-12T03:30:30-05:00[US/Central]"
  },
  "declarations": [
    {
      "lrn": "123456",
      "customsDeclarationReference": "2282319",
      "mrn": "19FR091000000064A2"
    }
  ]
}
This example has been generated automatically.

Messages

#1 Response_Registration_H7

Payload
object
header
required
object
messageDateTime
required
string
date-time must match [0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}[+,-][0-9]{2}:[0-9]{2}.+

AAAA-MM-DDThh:mm:ss[offset][ZoneID]

messageId
required
string
length <= 291
operatorRequestReference
required
string
length <= 35

Additional properties are NOT allowed.

request
object
customsRequestReference
required
string
requestRegistrationDateTime
required
string
date-time must match [0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}[+,-][0-9]{2}:[0-9]{2}.+

AAAA-MM-DDThh:mm:ss[offset][ZoneID]

Additional properties are NOT allowed.

declarations
required
array<object>
<= 99 items

Items:

0
object
lrn
required
string
length <= 22
customsDeclarationReference
required
string
length <= 22
mrn
required
string
must match .{18}

Additional properties are NOT allowed.

Additional items are allowed.

Additional properties are NOT allowed.