pfConsignmentEndPointType
Description
Properties
Name |
Description |
Required |
Type |
ConsignmentDate |
The date the load/consignment was sent or received by the party |
No |
date-time |
Organisation |
Reference or identification of the organisation or organisation point |
No |
pfOrganisationReferenceType |
Feature |
Reference or identification of the feature (if the source or destination is a feature). |
No |
featureReferenceType |
Examples
Example 1
{
"consignmentDate": "2024-10-30T01:50:44.6907809+00:00",
"organisation": {
"leiCode": "leiCode",
"name": "name",
"uri": "uri",
"registration": {
"scheme": "scheme",
"id": "id"
},
"gln": "gln"
},
"feature": {
"identifier": {
"scheme": "scheme",
"id": "id"
},
"name": "name",
"uri": "uri",
"relationship": "relationship",
"contentType": "contentType",
"related": "related"
}
}