Download OpenAPI specification:
| accountId required | string <guid> |
| domainId required | string <guid> |
| SentToAccounting | boolean or null |
| Skip | integer or null <int32> Number of records to skip before returning data, used in conjunction with Take to provide Paging |
| Take | integer or null <int32> Max number of records to return. Default is 20 |
| FromVoucherDate | string or null <date> VoucherDate is the invoice date, credit note date, settlement date etc, use the FromVoucherDate and ToVoucherDate to filter on a date region for invoices |
| ToVoucherDate | string or null <date> |
| InvoiceType | string or null Filter on invoice/voucher type. Valid options : SalesInvoice, SalesCreditNote, PurchaseInvoice, PurchaseCreditNote, CurrencyContract |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "id": "string",
- "batchNo": 0,
- "isPosted": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "vouchers": [
- {
- "id": "string",
- "sourceId": "string",
- "sourceInformation": {
- "externalRef": "string",
- "invoiceNo": "string",
- "purchaseOrderNumbers": [
- "string"
], - "factoringCustomerNo": "string",
- "factoringCustomerName": "string"
}, - "type": "SalesInvoice",
- "voucherNo": 0,
- "voucherDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "paymentId": "string",
- "entryDate": "2019-08-24",
- "entries": [
- {
- "id": "string",
- "accountNo": "string",
- "accountName": "string",
- "actorNo": "string",
- "actorId": "string",
- "transactionType": "Customer",
- "netAmount": 0,
- "grossAmount": 0,
- "currencyNetAmount": 0,
- "currencyGrossAmount": 0,
- "vatCode": "string",
- "vatAmount": 0,
- "currencyVatAmount": 0,
- "currency": "string",
- "exchangeRate": 0,
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionType": "string",
- "dimensionDetailId": "string",
- "dimensionDetailCode": "string",
- "dimensionDetailName": "string"
}
], - "tags": [
- {
- "name": "string",
- "value": "string"
}
]
}
]
}
]
}
]| batch required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "batchNo": 0,
- "isPosted": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "vouchers": [
- {
- "id": "string",
- "sourceId": "string",
- "sourceInformation": {
- "externalRef": "string",
- "invoiceNo": "string",
- "purchaseOrderNumbers": [
- "string"
], - "factoringCustomerNo": "string",
- "factoringCustomerName": "string"
}, - "type": "SalesInvoice",
- "voucherNo": 0,
- "voucherDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "paymentId": "string",
- "entryDate": "2019-08-24",
- "entries": [
- {
- "id": "string",
- "accountNo": "string",
- "accountName": "string",
- "actorNo": "string",
- "actorId": "string",
- "transactionType": "Customer",
- "netAmount": 0,
- "grossAmount": 0,
- "currencyNetAmount": 0,
- "currencyGrossAmount": 0,
- "vatCode": "string",
- "vatAmount": 0,
- "currencyVatAmount": 0,
- "currency": "string",
- "exchangeRate": 0,
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionType": "string",
- "dimensionDetailId": "string",
- "dimensionDetailCode": "string",
- "dimensionDetailName": "string"
}
], - "tags": [
- {
- "name": "string",
- "value": "string"
}
]
}
]
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| BatchId | string or null <guid> |
| BatchNo | integer or null <int32> |
| InvoiceNo | integer or null <int32> |
| InvoiceId | string or null <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "batchNo": 0,
- "isPosted": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "vouchers": [
- {
- "id": "string",
- "sourceId": "string",
- "sourceInformation": {
- "externalRef": "string",
- "invoiceNo": "string",
- "purchaseOrderNumbers": [
- "string"
], - "factoringCustomerNo": "string",
- "factoringCustomerName": "string"
}, - "type": "SalesInvoice",
- "voucherNo": 0,
- "voucherDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "paymentId": "string",
- "entryDate": "2019-08-24",
- "entries": [
- {
- "id": "string",
- "accountNo": "string",
- "accountName": "string",
- "actorNo": "string",
- "actorId": "string",
- "transactionType": "Customer",
- "netAmount": 0,
- "grossAmount": 0,
- "currencyNetAmount": 0,
- "currencyGrossAmount": 0,
- "vatCode": "string",
- "vatAmount": 0,
- "currencyVatAmount": 0,
- "currency": "string",
- "exchangeRate": 0,
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionType": "string",
- "dimensionDetailId": "string",
- "dimensionDetailCode": "string",
- "dimensionDetailName": "string"
}
], - "tags": [
- {
- "name": "string",
- "value": "string"
}
]
}
]
}
]
}| batch required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Allocate matching boxes to sales order.
| accountId required | string <guid> |
| domainId required | string <guid> |
| salesOrder | string or null |
| customerOrderNo | string or null |
| allowPartial | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
| palletNo | integer or null <int32> |
| boxNo | integer or null <int32> |
| palletSscc | string or null |
| boxSscc | string or null |
| itemCode | string or null |
| purchaseOrder | string or null |
| batchNo | string or null |
| lotNo | string or null |
| useBy | string or null <date> |
| boxCount | integer or null <int32> |
| netWeight | number or null <decimal> |
[- {
- "palletNo": 0,
- "boxNo": 0,
- "palletSscc": "string",
- "boxSscc": "string",
- "itemCode": "string",
- "purchaseOrder": "string",
- "batchNo": "string",
- "lotNo": "string",
- "useBy": "2019-08-24",
- "boxCount": 0,
- "netWeight": 0
}
]{- "requestedAllocations": 0,
- "completedAllocations": 0,
- "failedAllocations": 0,
- "totalBoxesBooked": 0,
- "totalBoxesAllocated": 0,
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "vendorIdType": "Guid",
- "customerIdType": "Guid",
- "transporterIdType": "Guid",
- "exporterIdType": "Guid",
- "employeeIdType": "Guid"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| vendorIdType required | string (IdType) Enum: "Guid" "Number" "Text" |
| customerIdType required | string (IdType) Enum: "Guid" "Number" "Text" |
| transporterIdType required | string (IdType) Enum: "Guid" "Number" "Text" |
| exporterIdType required | string (IdType) Enum: "Guid" "Number" "Text" |
| employeeIdType required | string (IdType) Enum: "Guid" "Number" "Text" |
{- "vendorIdType": "Guid",
- "customerIdType": "Guid",
- "transporterIdType": "Guid",
- "exporterIdType": "Guid",
- "employeeIdType": "Guid"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "salesOrderStatuses": [
- {
- "orderStatus": 0,
- "statusName": "string",
- "subStatusId": "string",
- "statusColor": "string"
}
], - "purchaseOrderStatuses": [
- {
- "orderStatus": 0,
- "statusName": "string",
- "subStatusId": "string",
- "statusColor": "string"
}
], - "importToConfirmedInventoryPO": true,
- "importBoxesAsFixedWeightPallets": true,
- "queueFailedImports": true,
- "includeProductionOrders": true,
- "lotNoPropertyName": "string",
- "useSingleItemsOnBox": true,
- "isTwoWaySync": true
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| limit required | integer <int32> |
| window required | string <duration> |
{- "limit": 0,
- "window": "string"
}{- "limit": 0,
- "window": "string"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "countryCode": "string",
- "name": "string",
- "memberCode": "string",
- "postalPrefix": "string",
- "hasKid": true
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "id": "string",
- "crewNumber": 0,
- "externalCrewNumber": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id required | string <guid> |
| crewNumber | integer or null <int32> |
| externalCrewNumber | string or null |
| active required | boolean |
| firstName | string or null |
| middleName | string or null |
| lastName | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
(Address (object or null)) |
[- {
- "id": "string",
- "crewNumber": 0,
- "externalCrewNumber": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}
][- {
- "id": "string",
- "crewNumber": 0,
- "externalCrewNumber": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}
]| crewId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "crewNumber": 0,
- "externalCrewNumber": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id required | string <guid> |
| crewNumber | integer or null <int32> |
| externalCrewNumber | string or null |
| active required | boolean |
| firstName | string or null |
| middleName | string or null |
| lastName | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
(Address (object or null)) |
{- "id": "string",
- "crewNumber": 0,
- "externalCrewNumber": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| currencyCode | string or null |
| currencyRate required | number <decimal> |
| validFrom | string or null <date> |
[- {
- "currencyCode": "string",
- "currencyRate": 0,
- "validFrom": "2019-08-24"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| currencyCode required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "currencyCode": "string",
- "currencyRate": 0,
- "validFrom": "2019-08-24"
}| currencyCode required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| currencyRate required | number <decimal> |
| validFrom | string or null <date> |
| userId | string <guid> |
| traceId | string <guid> |
{- "currencyCode": "string",
- "currencyRate": 0,
- "validFrom": "2019-08-24"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| CustomerNo | integer or null <int32> |
| GLN | string or null |
| CountryCode | string or null |
| ExternalNo | string or null |
| DimensionDetailId | string or null |
| DimensionName | string or null |
| DimensionValue | string or null |
| ChangedSince | string or null <date-time> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "id": "string",
- "customerNo": 0,
- "externalCustomerNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "factoringCustomer": true,
- "paymentTerms": "string",
- "deliveryTerms": "string",
- "electronicInvoiceType": "None",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "privateOrCompany": "string",
- "creditLimit": 0,
- "insuranceLimit": 0,
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| customerNo | integer or null <int32> |
| externalCustomerNo | string or null |
| name | string or null |
| active required | boolean |
| organizationNo | string or null |
| vatIdentificationNo | string or null |
| currencyCode | string or null |
| languageCode | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
| ledgerNo | string or null |
| eori | string or null |
| vatRequired required | boolean |
| factoringCustomer required | boolean |
| paymentTerms | string or null |
| deliveryTerms | string or null |
(ElectronicInvoiceTypes (string or null)) | |
Array of objects or null (Address) | |
Array of objects or null (ContactInformation) | |
| privateOrCompany | string or null Can be P = Private or C = Company. If not filled out, interpret as C = Company. |
| creditLimit | number or null <decimal> |
| insuranceLimit | number or null <decimal> |
| lastModifiedAt | string or null <date-time> |
[- {
- "id": "string",
- "customerNo": 0,
- "externalCustomerNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "factoringCustomer": true,
- "paymentTerms": "string",
- "deliveryTerms": "string",
- "electronicInvoiceType": "None",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "privateOrCompany": "string",
- "creditLimit": 0,
- "insuranceLimit": 0,
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
][- {
- "id": "string",
- "customerNo": 0,
- "externalCustomerNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "factoringCustomer": true,
- "paymentTerms": "string",
- "deliveryTerms": "string",
- "electronicInvoiceType": "None",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "privateOrCompany": "string",
- "creditLimit": 0,
- "insuranceLimit": 0,
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| processPartial | boolean Default: false |
| userId | string <guid> |
| traceId | string <guid> |
| property name* additional property | any |
[- {
- "property1": null,
- "property2": null
}
]"string"| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "customerNo": 0,
- "externalCustomerNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "factoringCustomer": true,
- "paymentTerms": "string",
- "deliveryTerms": "string",
- "electronicInvoiceType": "None",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "privateOrCompany": "string",
- "creditLimit": 0,
- "insuranceLimit": 0,
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| customerNo | integer or null <int32> |
| externalCustomerNo | string or null |
| name | string or null |
| active required | boolean |
| organizationNo | string or null |
| vatIdentificationNo | string or null |
| currencyCode | string or null |
| languageCode | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
| ledgerNo | string or null |
| eori | string or null |
| vatRequired required | boolean |
| factoringCustomer required | boolean |
| paymentTerms | string or null |
| deliveryTerms | string or null |
(ElectronicInvoiceTypes (string or null)) | |
Array of objects or null (Address) | |
Array of objects or null (ContactInformation) | |
| privateOrCompany | string or null Can be P = Private or C = Company. If not filled out, interpret as C = Company. |
| creditLimit | number or null <decimal> |
| insuranceLimit | number or null <decimal> |
| lastModifiedAt | string or null <date-time> |
{- "id": "string",
- "customerNo": 0,
- "externalCustomerNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "factoringCustomer": true,
- "paymentTerms": "string",
- "deliveryTerms": "string",
- "electronicInvoiceType": "None",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "privateOrCompany": "string",
- "creditLimit": 0,
- "insuranceLimit": 0,
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}{- "id": "string",
- "customerNo": 0,
- "externalCustomerNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "factoringCustomer": true,
- "paymentTerms": "string",
- "deliveryTerms": "string",
- "electronicInvoiceType": "None",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "privateOrCompany": "string",
- "creditLimit": 0,
- "insuranceLimit": 0,
- "lastModifiedAt": "2019-08-24T14:15:22Z"
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| addressId | string or null <guid> |
| type required | string (AddressType) Enum: "Unspecified" "InvoiceAddress" "DeliveryAddress" |
| name | string or null |
| address1 | string or null |
| address2 | string or null |
| address3 | string or null |
| address4 | string or null |
| zipCode | string or null |
| city | string or null |
| state | string or null |
| countryCode | string or null |
| gln | string or null |
| routeNumber | string or null |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| addressId | string or null <guid> |
| type required | string (AddressType) Enum: "Unspecified" "InvoiceAddress" "DeliveryAddress" |
| name | string or null |
| address1 | string or null |
| address2 | string or null |
| address3 | string or null |
| address4 | string or null |
| zipCode | string or null |
| city | string or null |
| state | string or null |
| countryCode | string or null |
| gln | string or null |
| routeNumber | string or null |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| customerId required | string The customer id |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
]| customerId required | string The customer id |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| contactId | string or null <guid> |
| firstName | string or null |
| lastName | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
{- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}{- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}| customerId required | string The customer id |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| contactId | string or null <guid> |
| firstName | string or null |
| lastName | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
{- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| customerNo | string or null |
| openBalance | number or null <decimal> |
| openBalanceOverDue | number or null <decimal> |
| openBalanceXDaysOverDue | number or null <decimal> |
[- {
- "customerNo": "string",
- "openBalance": 0,
- "openBalanceOverDue": 0,
- "openBalanceXDaysOverDue": 0
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
(DimensionSetupTypeEnum (string or null)) | |
(DimensionType (object or null)) | |
| dimensionName | string or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "name": "string",
- "dimensionType": "string",
- "lastModifiedAt": "2019-08-24T14:15:22Z",
- "values": [
- {
- "code": "string",
- "name": "string",
- "latinName": "string",
- "minSize": 0,
- "maxSize": 0,
- "weightUnitId": "string"
}
]
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
required | (DimensionType (object or null)) |
| userId | string <guid> |
| traceId | string <guid> |
| code | string or null |
| name | string or null |
| latinName | string or null |
| minSize | number or null <decimal> |
| maxSize | number or null <decimal> |
| weightUnitId | string or null |
[- {
- "code": "string",
- "name": "string",
- "latinName": "string",
- "minSize": 0,
- "maxSize": 0,
- "weightUnitId": "string"
}
]{- "name": "string",
- "dimensionType": "string",
- "lastModifiedAt": "2019-08-24T14:15:22Z",
- "values": [
- {
- "code": "string",
- "name": "string",
- "latinName": "string",
- "minSize": 0,
- "maxSize": 0,
- "weightUnitId": "string"
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
required | (DimensionType (object or null)) |
| userId | string <guid> |
| traceId | string <guid> |
[- "string"
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| invoiceNo required | integer <int32> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| invoiceNo | string or null |
| vendor | string or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| documentId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "id": "string",
- "employeeNo": 0,
- "externalEmployeeNo": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| employeeNo | integer or null <int32> |
| externalEmployeeNo | string or null |
| active required | boolean |
| firstName | string or null |
| middleName | string or null |
| lastName | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
(Address (object or null)) |
[- {
- "id": "string",
- "employeeNo": 0,
- "externalEmployeeNo": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "employeeNo": 0,
- "externalEmployeeNo": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| employeeNo | integer or null <int32> |
| externalEmployeeNo | string or null |
| active required | boolean |
| firstName | string or null |
| middleName | string or null |
| lastName | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
(Address (object or null)) |
{- "id": "string",
- "employeeNo": 0,
- "externalEmployeeNo": "string",
- "active": true,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "address": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| expenseRegistrationId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "expenseRegistrationId": "string",
- "expenseRegistrationIdParent": "string",
- "expenseRegistrationIdReversedBy": "string",
- "documentNumber": "string",
- "customerCode": "string",
- "customerName": "string",
- "type": "Invoice",
- "description": "string",
- "quantity": 0,
- "unitPrice": 0,
- "amount": 0,
- "expenseItemId": "string",
- "payrollCodeId": "string",
- "datePosted": "2019-08-24",
- "vesselId": "string",
- "crewActorId": "string",
- "fromERP": true,
- "settlementHeaderId": "string",
- "writeOnly": {
- "invoiceDocumentNumber": "string",
- "crewNumber": "string"
}, - "readOnly": {
- "balance": 0,
- "expenseItemCode": "string",
- "expenseItemDescription": "string",
- "payrollCode": "string",
- "payrollDescription": "string",
- "vesselCode": "string",
- "vesselName": "string",
- "crewName": "string",
- "crewNumber": "string",
- "parentDocumentNumber": "string",
- "parentDescription": "string",
- "settlementNo": "string"
}
}| expenseRegistrationId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| expenseRegistrationId | string or null <guid> |
| payrollCodeId | string or null <guid> |
| documentNumber | string or null |
| fromPostingDate | string or null <date> |
| toPostingDate | string or null <date> |
| vesselId | string or null <guid> |
| crewActorId | string or null <guid> |
| isPostedToLedger | boolean or null |
| isBalanceZero | boolean or null |
((ExpenseRegistrationType (string or null))) | |
| skip | integer or null <int32> |
| take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "expenseRegistrationId": "string",
- "expenseRegistrationIdParent": "string",
- "expenseRegistrationIdReversedBy": "string",
- "documentNumber": "string",
- "customerCode": "string",
- "customerName": "string",
- "type": "Invoice",
- "description": "string",
- "quantity": 0,
- "unitPrice": 0,
- "amount": 0,
- "expenseItemId": "string",
- "payrollCodeId": "string",
- "datePosted": "2019-08-24",
- "vesselId": "string",
- "crewActorId": "string",
- "fromERP": true,
- "settlementHeaderId": "string",
- "writeOnly": {
- "invoiceDocumentNumber": "string",
- "crewNumber": "string"
}, - "readOnly": {
- "balance": 0,
- "expenseItemCode": "string",
- "expenseItemDescription": "string",
- "payrollCode": "string",
- "payrollDescription": "string",
- "vesselCode": "string",
- "vesselName": "string",
- "crewName": "string",
- "crewNumber": "string",
- "parentDocumentNumber": "string",
- "parentDescription": "string",
- "settlementNo": "string"
}
}
], - "skip": 0,
- "totalResults": 0
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| expenseRegistrationId required | string <guid> |
| expenseRegistrationIdParent | string or null <guid> For Applied to Expense Registration |
| expenseRegistrationIdReversedBy | string or null <guid> When settlements are re-opened we need to create reversing ledger entries. This tracks whether or not an entry has already being reversed, while simultaneously giving us an audit trail on which entry is cancelling out which. |
| documentNumber | string or null |
| customerCode | string or null |
| customerName | string or null |
| type required | string (ExpenseRegistrationType) Enum: "Invoice" "Payment" |
| description | string or null |
| quantity required | number <decimal> |
| unitPrice required | number <decimal> |
| amount required | number <decimal> Always returns Quantity * UnitPrice |
| expenseItemId | string or null <guid> |
| payrollCodeId | string or null <guid> |
| datePosted | string or null <date> When DatePosted is non-null, this expense registration goes into the ledger. |
| vesselId | string or null <guid> |
| crewActorId | string or null <guid> |
| fromERP required | boolean |
| settlementHeaderId | string or null <guid> |
(WriteOnlyAttributes (object or null)) | |
(ReadOnlyAttributes3 (object or null)) |
[- {
- "expenseRegistrationId": "string",
- "expenseRegistrationIdParent": "string",
- "expenseRegistrationIdReversedBy": "string",
- "documentNumber": "string",
- "customerCode": "string",
- "customerName": "string",
- "type": "Invoice",
- "description": "string",
- "quantity": 0,
- "unitPrice": 0,
- "amount": 0,
- "expenseItemId": "string",
- "payrollCodeId": "string",
- "datePosted": "2019-08-24",
- "vesselId": "string",
- "crewActorId": "string",
- "fromERP": true,
- "settlementHeaderId": "string",
- "writeOnly": {
- "invoiceDocumentNumber": "string",
- "crewNumber": "string"
}, - "readOnly": {
- "balance": 0,
- "expenseItemCode": "string",
- "expenseItemDescription": "string",
- "payrollCode": "string",
- "payrollDescription": "string",
- "vesselCode": "string",
- "vesselName": "string",
- "crewName": "string",
- "crewNumber": "string",
- "parentDocumentNumber": "string",
- "parentDescription": "string",
- "settlementNo": "string"
}
}
][- {
- "expenseRegistrationId": "string",
- "expenseRegistrationIdParent": "string",
- "expenseRegistrationIdReversedBy": "string",
- "documentNumber": "string",
- "customerCode": "string",
- "customerName": "string",
- "type": "Invoice",
- "description": "string",
- "quantity": 0,
- "unitPrice": 0,
- "amount": 0,
- "expenseItemId": "string",
- "payrollCodeId": "string",
- "datePosted": "2019-08-24",
- "vesselId": "string",
- "crewActorId": "string",
- "fromERP": true,
- "settlementHeaderId": "string",
- "writeOnly": {
- "invoiceDocumentNumber": "string",
- "crewNumber": "string"
}, - "readOnly": {
- "balance": 0,
- "expenseItemCode": "string",
- "expenseItemDescription": "string",
- "payrollCode": "string",
- "payrollDescription": "string",
- "vesselCode": "string",
- "vesselName": "string",
- "crewName": "string",
- "crewNumber": "string",
- "parentDocumentNumber": "string",
- "parentDescription": "string",
- "settlementNo": "string"
}
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| expenseRegistrationId required | string <guid> |
| expenseRegistrationIdParent | string or null <guid> For Applied to Expense Registration |
| expenseRegistrationIdReversedBy | string or null <guid> When settlements are re-opened we need to create reversing ledger entries. This tracks whether or not an entry has already being reversed, while simultaneously giving us an audit trail on which entry is cancelling out which. |
| documentNumber | string or null |
| customerCode | string or null |
| customerName | string or null |
| type required | string (ExpenseRegistrationType) Enum: "Invoice" "Payment" |
| description | string or null |
| quantity required | number <decimal> |
| unitPrice required | number <decimal> |
| amount required | number <decimal> Always returns Quantity * UnitPrice |
| expenseItemId | string or null <guid> |
| payrollCodeId | string or null <guid> |
| datePosted | string or null <date> When DatePosted is non-null, this expense registration goes into the ledger. |
| vesselId | string or null <guid> |
| crewActorId | string or null <guid> |
| fromERP required | boolean |
| settlementHeaderId | string or null <guid> |
(WriteOnlyAttributes (object or null)) | |
(ReadOnlyAttributes3 (object or null)) |
[- {
- "expenseRegistrationId": "string",
- "expenseRegistrationIdParent": "string",
- "expenseRegistrationIdReversedBy": "string",
- "documentNumber": "string",
- "customerCode": "string",
- "customerName": "string",
- "type": "Invoice",
- "description": "string",
- "quantity": 0,
- "unitPrice": 0,
- "amount": 0,
- "expenseItemId": "string",
- "payrollCodeId": "string",
- "datePosted": "2019-08-24",
- "vesselId": "string",
- "crewActorId": "string",
- "fromERP": true,
- "settlementHeaderId": "string",
- "writeOnly": {
- "invoiceDocumentNumber": "string",
- "crewNumber": "string"
}, - "readOnly": {
- "balance": 0,
- "expenseItemCode": "string",
- "expenseItemDescription": "string",
- "payrollCode": "string",
- "payrollDescription": "string",
- "vesselCode": "string",
- "vesselName": "string",
- "crewName": "string",
- "crewNumber": "string",
- "parentDocumentNumber": "string",
- "parentDescription": "string",
- "settlementNo": "string"
}
}
][- {
- "expenseRegistrationId": "string",
- "expenseRegistrationIdParent": "string",
- "expenseRegistrationIdReversedBy": "string",
- "documentNumber": "string",
- "customerCode": "string",
- "customerName": "string",
- "type": "Invoice",
- "description": "string",
- "quantity": 0,
- "unitPrice": 0,
- "amount": 0,
- "expenseItemId": "string",
- "payrollCodeId": "string",
- "datePosted": "2019-08-24",
- "vesselId": "string",
- "crewActorId": "string",
- "fromERP": true,
- "settlementHeaderId": "string",
- "writeOnly": {
- "invoiceDocumentNumber": "string",
- "crewNumber": "string"
}, - "readOnly": {
- "balance": 0,
- "expenseItemCode": "string",
- "expenseItemDescription": "string",
- "payrollCode": "string",
- "payrollDescription": "string",
- "vesselCode": "string",
- "vesselName": "string",
- "crewName": "string",
- "crewNumber": "string",
- "parentDocumentNumber": "string",
- "parentDescription": "string",
- "settlementNo": "string"
}
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| localDate | string <date> |
| userId | string <guid> |
| traceId | string <guid> |
[- "string"
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| exporterNo | integer or null <int32> |
| changedSince | string or null <date-time> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "id": "string",
- "exporterNo": 0,
- "externalExporterNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| exporterNo | integer or null <int32> |
| externalExporterNo | string or null |
| name | string or null |
| active required | boolean |
| organizationNo | string or null |
| vatIdentificationNo | string or null |
| currencyCode | string or null |
| languageCode | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
| ledgerNo | string or null |
| eori | string or null |
| vatRequired required | boolean |
Array of objects or null (Address) | |
Array of objects or null (ContactInformation) | |
| lastModifiedAt | string or null <date-time> |
[- {
- "id": "string",
- "exporterNo": 0,
- "externalExporterNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "exporterNo": 0,
- "externalExporterNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| exporterNo | integer or null <int32> |
| externalExporterNo | string or null |
| name | string or null |
| active required | boolean |
| organizationNo | string or null |
| vatIdentificationNo | string or null |
| currencyCode | string or null |
| languageCode | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
| ledgerNo | string or null |
| eori | string or null |
| vatRequired required | boolean |
Array of objects or null (Address) | |
Array of objects or null (ContactInformation) | |
| lastModifiedAt | string or null <date-time> |
{- "id": "string",
- "exporterNo": 0,
- "externalExporterNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| addressId | string or null <guid> |
| type required | string (AddressType) Enum: "Unspecified" "InvoiceAddress" "DeliveryAddress" |
| name | string or null |
| address1 | string or null |
| address2 | string or null |
| address3 | string or null |
| address4 | string or null |
| zipCode | string or null |
| city | string or null |
| state | string or null |
| countryCode | string or null |
| gln | string or null |
| routeNumber | string or null |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| addressId | string or null <guid> |
| type required | string (AddressType) Enum: "Unspecified" "InvoiceAddress" "DeliveryAddress" |
| name | string or null |
| address1 | string or null |
| address2 | string or null |
| address3 | string or null |
| address4 | string or null |
| zipCode | string or null |
| city | string or null |
| state | string or null |
| countryCode | string or null |
| gln | string or null |
| routeNumber | string or null |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Accept external api call and forward them to a message in the messageing system
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Accept external api call and forward them to a message in the messageing system
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Accept external api call and forward them to a message in the messageing system
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Accept external api call and forward them to a message in the messageing system
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| Type | string or null |
| InvoiceStatus | Array of strings (InvoiceStatus) Items Enum: "Draft" "Sent" "Posted" |
| FactoringStatus | Array of strings or null (FactoringStatus) Enum: "NotReady" "Ready" "Factored" |
| CustomerNo | Array of integers <int32> [ items <int32 > ] |
| FromInvoiceDate | string or null <date> |
| ToInvoiceDate | string or null <date> |
| FromPostingDate | string or null <date> |
| ToPostingDate | string or null <date> |
| PostedSince | string or null <date-time> Get invoices posted since this timestamp |
| SentSince | string or null <date-time> Get invoices sent since this timestamp |
| FromDueDate | string or null <date> |
| ToDueDate | string or null <date> |
| InvoiceNos | Array of integers or null <int32> [ items <int32 > ] |
| InvoiceIds | Array of strings or null <guid> [ items <guid > ] |
| IsFactoring | boolean or null |
| IsCreditNote | boolean or null |
| FromFactoringDate | string or null <date> |
| ToFactoringDate | string or null <date> |
| ContinuationToken | string or null Used to request the next page of results |
| Limit | integer <int32> Maximum number of results to return |
| userId | string <guid> |
| traceId | string <guid> |
{- "data": [
- {
- "id": "string",
- "number": 0,
- "isCreditNote": true,
- "status": "string",
- "date": "2019-08-24",
- "dueDate": "2019-08-24",
- "currency": "str",
- "exchangeRate": 0,
- "address": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postCode": "string",
- "country": "st",
- "city": "string",
- "state": "string"
}, - "kid": "string",
- "paymentTerms": {
- "name": "string"
}, - "totalNetAmount": 0,
- "totalGrossAmount": 0,
- "totalVatAmounts": [
- {
- "amount": 0,
- "rate": {
- "id": "string",
- "percent": 0,
- "description": "string"
}, - "taxableAmount": 0
}
], - "lines": [
- {
- "id": "string",
- "orderId": "string",
- "orderLineId": [
- "string"
], - "description": "string",
- "netAmount": 0,
- "grossAmount": 0,
- "vatRate": {
- "id": "string",
- "percent": 0,
- "description": "string"
}, - "price": 0,
- "quantity": 0,
- "itemId": "string"
}
], - "orders": [
- {
- "id": "string",
- "number": 0,
- "date": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "deliveryAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postCode": "string",
- "country": "st",
- "city": "string",
- "state": "string"
}, - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
]
}
], - "type": "string",
- "customer": {
- "id": "string",
- "number": "string",
- "externalNumber": "string",
- "name": "string",
- "organizationNumber": "string",
- "vatNumber": "string",
- "eori": "string",
- "email": "string",
- "phone": "string"
}, - "yourReference": "string",
- "ourReference": "string",
- "isFactoring": true,
- "factoringStatus": "string",
- "customsReceiptNo": "string"
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| invoiceId | string or null <guid> |
| invoiceNo | integer or null <int32> |
| isComplete | boolean or null |
[- {
- "invoiceId": "string",
- "invoiceNo": 0,
- "isComplete": true
}
]{- "data": [
- {
- "invoiceId": "string",
- "invoiceNo": 0,
- "isComplete": true
}
]
}| fishingTripHeaderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "fishingTripHeaderId": "string",
- "fishingTripStatus": "Open",
- "fishingTripNo": "string",
- "fishTicketNo": "string",
- "vesselId": "string",
- "quotaPermitId": "string",
- "quotaDescription": "string",
- "tenderVesselCode": "string",
- "fishingEquipmentId": "string",
- "fishingAreaId": "string",
- "speciesId": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "landingDate": "2019-08-24",
- "etaDate": "2019-08-24",
- "noOfDays": 0,
- "portOfLandingId": "string",
- "warehouseId": "string",
- "packingPlantId": "string",
- "defaultLotNo": "string",
- "settlementHeaderId": "string",
- "purchaseOrderId": "string",
- "purchaseOrderNo": "string",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "fishingTripItems": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripItemLineId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "nofUnits": 0,
- "grossWeight": 0,
- "netWeight": 0,
- "price": 0,
- "amount": 0,
- "isDiscard": true
}
], - "fishingTripFees": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripLandingFeeId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "landingFeeId": "string",
- "quantity": 0,
- "costPerQty": 0,
- "amount": 0,
- "isSystemGenerated": true,
- "isModified": true
}
]
}| fishingTripHeaderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| FishingTripHeaderId | string or null Comma separated list of fishingTripHeaderId |
| SettlementHeaderId | string or null <guid> |
| IsSettlementHeaderIdNull | boolean or null |
(FishingTripStatus (string or null)) | |
| FishingTripNo | string or null |
| FishTicketNo | string or null |
| VesselId | string or null <guid> |
| FromStartDate | string or null <date> |
| ToStartDate | string or null <date> |
| FromEndDate | string or null <date> |
| ToEndDate | string or null <date> |
| FromLandingDate | string or null <date> |
| ToLandingDate | string or null <date> |
| Species | string or null |
| PurchaseOrderNo | string or null |
| VendorId | string or null <guid> |
| Skip | integer or null <int32> |
| Take | integer or null <int32> |
| OrderBy | string or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "fishingTripHeaderId": "string",
- "fishingTripStatus": "Open",
- "fishingTripNo": "string",
- "fishTicketNo": "string",
- "vesselId": "string",
- "vesselCode": "string",
- "vesselName": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "landingDate": "2019-08-24",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "tripsWithinYear": 0,
- "fishingAreaId": "string",
- "fishingEquipmentId": "string",
- "fishingEquipmentDescription": "string",
- "portOfLandingId": "string",
- "settlementHeaderId": "string",
- "settlementNo": "string",
- "settlementStatus": "Open",
- "purchaseOrderId": "string",
- "purchaseOrderNo": "string",
- "species": [
- "string"
], - "vendorId": "string",
- "vendorNumber": "string",
- "vendorName": "string"
}
], - "skip": 0,
- "totalResults": 0
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
Array of objects or null (Item) | |
| flags required | string (FishingTripImportFlags) Enum: "NotSet" "ContinueOnError" "Logging" |
{- "items": [
- {
- "ticketNumber": "string",
- "vesselCode": "string",
- "quotaPermitCode": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "landingDate": "2019-08-24",
- "etaDate": "2019-08-24",
- "portOfLandingCode": "string",
- "fishingAreaCode": "string",
- "warehouseCode": "string",
- "itemLineNumber": 0,
- "itemCode": "string",
- "itemQty": 0,
- "itemPrice": 0,
- "deleteAction": "NotSet"
}
], - "flags": "NotSet"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| fishingTripHeaderId required | string <guid> |
| fishingTripStatus required | string (FishingTripStatus) Enum: "Open" "Posted" |
| fishingTripNo | string or null |
| fishTicketNo | string or null |
| vesselId | string or null <guid> |
| quotaPermitId | string or null <guid> |
| quotaDescription | string or null |
| tenderVesselCode | string or null |
| fishingEquipmentId | string or null <guid> |
| fishingAreaId | string or null <guid> |
| speciesId | string or null <guid> |
| startDate | string or null <date> |
| endDate | string or null <date> |
| landingDate | string or null <date> |
| etaDate | string or null <date> |
| noOfDays | integer or null <int32> |
| portOfLandingId | string or null <guid> |
| warehouseId | string or null <guid> |
| packingPlantId | string or null <guid> |
| defaultLotNo | string or null |
| settlementHeaderId | string or null <guid> |
| purchaseOrderId | string or null <guid> |
| purchaseOrderNo | string or null |
| postedBy | string or null <guid> |
| postedAt | string or null <date-time> |
Array of objects or null (FishingTripItemLineEntity) | |
Array of objects or null (FishingTripLandingFeeEntity) |
[- {
- "fishingTripHeaderId": "string",
- "fishingTripStatus": "Open",
- "fishingTripNo": "string",
- "fishTicketNo": "string",
- "vesselId": "string",
- "quotaPermitId": "string",
- "quotaDescription": "string",
- "tenderVesselCode": "string",
- "fishingEquipmentId": "string",
- "fishingAreaId": "string",
- "speciesId": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "landingDate": "2019-08-24",
- "etaDate": "2019-08-24",
- "noOfDays": 0,
- "portOfLandingId": "string",
- "warehouseId": "string",
- "packingPlantId": "string",
- "defaultLotNo": "string",
- "settlementHeaderId": "string",
- "purchaseOrderId": "string",
- "purchaseOrderNo": "string",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "fishingTripItems": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripItemLineId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "nofUnits": 0,
- "grossWeight": 0,
- "netWeight": 0,
- "price": 0,
- "amount": 0,
- "isDiscard": true
}
], - "fishingTripFees": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripLandingFeeId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "landingFeeId": "string",
- "quantity": 0,
- "costPerQty": 0,
- "amount": 0,
- "isSystemGenerated": true,
- "isModified": true
}
]
}
][- {
- "fishingTripHeaderId": "string",
- "fishingTripStatus": "Open",
- "fishingTripNo": "string",
- "fishTicketNo": "string",
- "vesselId": "string",
- "quotaPermitId": "string",
- "quotaDescription": "string",
- "tenderVesselCode": "string",
- "fishingEquipmentId": "string",
- "fishingAreaId": "string",
- "speciesId": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "landingDate": "2019-08-24",
- "etaDate": "2019-08-24",
- "noOfDays": 0,
- "portOfLandingId": "string",
- "warehouseId": "string",
- "packingPlantId": "string",
- "defaultLotNo": "string",
- "settlementHeaderId": "string",
- "purchaseOrderId": "string",
- "purchaseOrderNo": "string",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "fishingTripItems": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripItemLineId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "nofUnits": 0,
- "grossWeight": 0,
- "netWeight": 0,
- "price": 0,
- "amount": 0,
- "isDiscard": true
}
], - "fishingTripFees": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripLandingFeeId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "landingFeeId": "string",
- "quantity": 0,
- "costPerQty": 0,
- "amount": 0,
- "isSystemGenerated": true,
- "isModified": true
}
]
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| fishingTripHeaderId required | string <guid> |
| fishingTripStatus required | string (FishingTripStatus) Enum: "Open" "Posted" |
| fishingTripNo | string or null |
| fishTicketNo | string or null |
| vesselId | string or null <guid> |
| quotaPermitId | string or null <guid> |
| quotaDescription | string or null |
| tenderVesselCode | string or null |
| fishingEquipmentId | string or null <guid> |
| fishingAreaId | string or null <guid> |
| speciesId | string or null <guid> |
| startDate | string or null <date> |
| endDate | string or null <date> |
| landingDate | string or null <date> |
| etaDate | string or null <date> |
| noOfDays | integer or null <int32> |
| portOfLandingId | string or null <guid> |
| warehouseId | string or null <guid> |
| packingPlantId | string or null <guid> |
| defaultLotNo | string or null |
| settlementHeaderId | string or null <guid> |
| purchaseOrderId | string or null <guid> |
| purchaseOrderNo | string or null |
| postedBy | string or null <guid> |
| postedAt | string or null <date-time> |
Array of objects or null (FishingTripItemLineEntity) | |
Array of objects or null (FishingTripLandingFeeEntity) |
[- {
- "fishingTripHeaderId": "string",
- "fishingTripStatus": "Open",
- "fishingTripNo": "string",
- "fishTicketNo": "string",
- "vesselId": "string",
- "quotaPermitId": "string",
- "quotaDescription": "string",
- "tenderVesselCode": "string",
- "fishingEquipmentId": "string",
- "fishingAreaId": "string",
- "speciesId": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "landingDate": "2019-08-24",
- "etaDate": "2019-08-24",
- "noOfDays": 0,
- "portOfLandingId": "string",
- "warehouseId": "string",
- "packingPlantId": "string",
- "defaultLotNo": "string",
- "settlementHeaderId": "string",
- "purchaseOrderId": "string",
- "purchaseOrderNo": "string",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "fishingTripItems": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripItemLineId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "nofUnits": 0,
- "grossWeight": 0,
- "netWeight": 0,
- "price": 0,
- "amount": 0,
- "isDiscard": true
}
], - "fishingTripFees": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripLandingFeeId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "landingFeeId": "string",
- "quantity": 0,
- "costPerQty": 0,
- "amount": 0,
- "isSystemGenerated": true,
- "isModified": true
}
]
}
][- {
- "fishingTripHeaderId": "string",
- "fishingTripStatus": "Open",
- "fishingTripNo": "string",
- "fishTicketNo": "string",
- "vesselId": "string",
- "quotaPermitId": "string",
- "quotaDescription": "string",
- "tenderVesselCode": "string",
- "fishingEquipmentId": "string",
- "fishingAreaId": "string",
- "speciesId": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "landingDate": "2019-08-24",
- "etaDate": "2019-08-24",
- "noOfDays": 0,
- "portOfLandingId": "string",
- "warehouseId": "string",
- "packingPlantId": "string",
- "defaultLotNo": "string",
- "settlementHeaderId": "string",
- "purchaseOrderId": "string",
- "purchaseOrderNo": "string",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "fishingTripItems": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripItemLineId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "nofUnits": 0,
- "grossWeight": 0,
- "netWeight": 0,
- "price": 0,
- "amount": 0,
- "isDiscard": true
}
], - "fishingTripFees": [
- {
- "id": "string",
- "accountId": "string",
- "domainId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true,
- "fishingTripLandingFeeId": "string",
- "fishingTripHeaderId": "string",
- "lineNo": 0,
- "landingFeeId": "string",
- "quantity": 0,
- "costPerQty": 0,
- "amount": 0,
- "isSystemGenerated": true,
- "isModified": true
}
]
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| transEx required | integer <int64> |
| ordNumber | string or null |
| originalTransactionNumber | string or null |
| transactionCancellationFlag required | integer <int32> |
| createTimeStamp required | string <date-time> |
| changeTimeStamp required | string <date-time> |
| actualTransactionStatus required | integer <int32> |
| transactionCode | string or null |
| channel | string or null |
| freeCom | string or null |
| bruker | string or null |
| instrumentType required | integer <int32> |
| portfolio | string or null |
| counterparty | string or null |
| tradeDate required | string <date-time> |
| paymentDate required | string <date-time> |
| currencyCross | string or null |
| ticsFactor required | integer <int32> |
| currencyLeg1 | string or null |
| currencyLeg2 | string or null |
| nominalLeg1 required | number <decimal> |
| nominalLeg2 required | number <decimal> |
| maturityDateLeg1 required | string <date-time> |
| maturityDateLeg2 required | string <date-time> |
| spotRateLeg1 required | number <decimal> |
| ticsLeg1 required | number <decimal> |
| forwardRateLeg1 required | number <decimal> |
| quasarFwdPips required | number <decimal> |
| quasarSpotPips required | number <decimal> |
| dealer | string or null |
| owner | string or null |
| kbSpotBps required | number <decimal> |
| kdFwdBps required | number <decimal> |
| orgNo | string or null |
| forretning | string or null |
{- "transEx": 20220701000001,
- "ordNumber": "6371:4514",
- "originalTransactionNumber": "10010677",
- "transactionCancellationFlag": 0,
- "createTimeStamp": "2022-07-01",
- "changeTimeStamp": "2022-07-01",
- "actualTransactionStatus": 5,
- "transactionCode": "SellFXSpot",
- "channel": "TEST_APH",
- "freeCom": "Test spot 01072022",
- "bruker": null,
- "instrumentType": 14,
- "portfolio": "SMN VALUTA",
- "counterparty": "INTERN FX SMN",
- "tradeDate": "2022-07-01",
- "paymentDate": "2022-07-05",
- "currencyCross": "EUR/NOK",
- "ticsFactor": 1,
- "currencyLeg1": "EUR",
- "currencyLeg2": "NOK",
- "nominalLeg1": 4000000,
- "nominalLeg2": 41568800,
- "maturityDateLeg1": "2022-07-05",
- "maturityDateLeg2": "2022-07-05",
- "spotRateLeg1": 10.3922,
- "ticsLeg1": 0,
- "forwardRateLeg1": 10.3922,
- "quasarFwdPips": 0,
- "quasarSpotPips": 60,
- "dealer": "WG",
- "owner": "WG",
- "kbSpotBps": 27,
- "kdFwdBps": 0,
- "orgNo": "123123123",
- "forretning": "FX Spot + FX Derivatives + Maritech"
}{- "id": "string",
- "dealId": "string",
- "amount": 0,
- "exchangedAmount": 0,
- "exchangedCurrencyId": "string",
- "currencyId": "string",
- "exchangeRate": 0,
- "contractDate": "2019-08-24",
- "settlementDate": "2019-08-24",
- "comment": "string",
- "status": "Unconfirmed",
- "tradeProduct": "string",
- "userName": "string",
- "tradeStatus": "string",
- "settlementId": "string",
- "vendorId": "string",
- "vendorName": "string",
- "bundleId": "string",
- "transferredFromBundleId": "string",
- "transferredToBundleId": "string",
- "bankId": "string",
- "bankName": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| amount required | number <decimal> |
| currencyId | string |
| exchangeRate required | number <decimal> |
| exchangedCurrencyId | string or null |
| exchangedAmount | number or null <decimal> |
| contractDate required | string <date> |
| settlementDate required | string <date> |
| bundleId | string or null <guid> |
| vendorId | string or null <guid> |
| dealId | string or null |
| bankId | string or null |
| comment | string or null |
| tradeProduct | string or null |
| userName | string or null |
| tradeStatus | string or null |
| settlementId | string or null |
| property name* additional property | any |
{- "amount": 0,
- "currencyId": "string",
- "exchangeRate": 0,
- "exchangedCurrencyId": "string",
- "exchangedAmount": 0,
- "contractDate": "2019-08-24",
- "settlementDate": "2019-08-24",
- "bundleId": "string",
- "vendorId": "string",
- "dealId": "string",
- "bankId": "string",
- "comment": "string",
- "tradeProduct": "string",
- "userName": "string",
- "tradeStatus": "string",
- "settlementId": "string",
- "property1": null,
- "property2": null
}{- "id": "string",
- "dealId": "string",
- "amount": 0,
- "exchangedAmount": 0,
- "exchangedCurrencyId": "string",
- "currencyId": "string",
- "exchangeRate": 0,
- "contractDate": "2019-08-24",
- "settlementDate": "2019-08-24",
- "comment": "string",
- "status": "Unconfirmed",
- "tradeProduct": "string",
- "userName": "string",
- "tradeStatus": "string",
- "settlementId": "string",
- "vendorId": "string",
- "vendorName": "string",
- "bundleId": "string",
- "transferredFromBundleId": "string",
- "transferredToBundleId": "string",
- "bankId": "string",
- "bankName": "string",
- "property1": null,
- "property2": null
}Each trade in the request is processed individually. The response always contains one FxTradeImportResult per trade, regardless of whether that trade succeeded or failed.
The DealtCurrency field determines which side of the trade is used as the contract amount: If DealtCurrency matches SellCurrency, the sell side becomes the contract amount. If DealtCurrency matches BuyCurrency, the buy side becomes the contract amount.
Each FxTradeImportResult contains: Id — The unique identifier of the created contract (null on failure). DealId — The bank deal identifier echoed back from the request. Success — Whether the trade was imported successfully. Error — Error detail if the trade failed (null on success).
Status codes: 200 — All trades were imported successfully. 207 — Partial success. One or more trades failed; inspect individual results for details.
Clients should check the Success property on each result and retry only failed DealId values.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
The FX trade import request containing one or more trades.
required | Array of objects (FXTrade) non-empty |
{- "trades": [
- {
- "dealId": "string",
- "tradeDate": "2019-08-24T14:15:22Z",
- "valueDate": "2019-08-24",
- "buyAmount": 0,
- "buyCurrency": "str",
- "sellAmount": 0,
- "sellCurrency": "str",
- "spotRate": 0,
- "allInRate": 0,
- "forwardPoints": 0,
- "company": "string",
- "dealtCurrency": "str",
- "productType": "string",
- "currencyPair": "string",
- "customerReference": "string",
- "bankId": "string",
- "userName": "string"
}
]
}[- {
- "id": "string",
- "dealId": "string",
- "success": true,
- "error": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| ledgerNo | string or null |
| name | string or null |
| active required | boolean |
| vatCode | string or null |
| ledgerType required | string (LedgerType) Enum: "Sale" "Purchase" "Cost" "Vat" "CashRounding" "Currency" |
[- {
- "ledgerNo": "string",
- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}
][- {
- "ledgerNo": "string",
- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| ledgerNo | string or null |
| name | string or null |
| active required | boolean |
| vatCode | string or null |
| ledgerType required | string (LedgerType) Enum: "Sale" "Purchase" "Cost" "Vat" "CashRounding" "Currency" |
[- {
- "ledgerNo": "string",
- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}
][- {
- "ledgerNo": "string",
- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}
]| ledgerNo required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "ledgerNo": "string",
- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}| ledgerNo required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| name | string or null |
| active required | boolean |
| vatCode | string or null |
| ledgerType required | string (LedgerType) Enum: "Sale" "Purchase" "Cost" "Vat" "CashRounding" "Currency" |
{- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}{- "ledgerNo": "string",
- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}| ledgerNo required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "ledgerNo": "string",
- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}| ledgerNo required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| name | string or null |
| active required | boolean |
| vatCode | string or null |
| ledgerType required | string (LedgerType) Enum: "Sale" "Purchase" "Cost" "Vat" "CashRounding" "Currency" |
{- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}{- "ledgerNo": "string",
- "name": "string",
- "active": true,
- "vatCode": "string",
- "ledgerType": "Sale"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| fromDate required | string <date> |
| toDate required | string <date> |
| vendor | string or null |
| template | string or null |
| packingPlant | string or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "harvestPlanOrderId": "string",
- "harvestDate": "2019-08-24",
- "template": "string",
- "vendor": "string",
- "packingPlant": "string",
- "localityNo": "string",
- "localityName": "string",
- "cageNo": "string",
- "tags": [
- "string"
], - "units": 0,
- "netWeight": 0,
- "sizeDistribution": [
- {
- "min": 0,
- "max": 0,
- "percentage": 0
}
], - "qualityDistribution": [
- {
- "quality": "string",
- "percentage": 0
}
], - "purchaseOrderId": "string",
- "purchaseOrderNo": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| harvestPlanOrderId | string or null <guid> |
| harvestDate required | string <date> |
| template | string or null |
| vendor | string or null |
| packingPlant | string or null |
| localityNo | string or null |
| localityName | string or null |
| cageNo | string or null |
| tags | Array of strings or null |
| units | integer or null <int32> |
| netWeight | number or null <decimal> |
Array of objects or null (SizeDistribution) | |
Array of objects or null (QualityDistribution) | |
| purchaseOrderId | string or null <guid> |
| purchaseOrderNo | string or null |
[- {
- "harvestPlanOrderId": "string",
- "harvestDate": "2019-08-24",
- "template": "string",
- "vendor": "string",
- "packingPlant": "string",
- "localityNo": "string",
- "localityName": "string",
- "cageNo": "string",
- "tags": [
- "string"
], - "units": 0,
- "netWeight": 0,
- "sizeDistribution": [
- {
- "min": 0,
- "max": 0,
- "percentage": 0
}
], - "qualityDistribution": [
- {
- "quality": "string",
- "percentage": 0
}
], - "purchaseOrderId": "string",
- "purchaseOrderNo": "string"
}
][- {
- "harvestPlanOrderId": "string",
- "harvestDate": "2019-08-24",
- "template": "string",
- "vendor": "string",
- "packingPlant": "string",
- "localityNo": "string",
- "localityName": "string",
- "cageNo": "string",
- "tags": [
- "string"
], - "units": 0,
- "netWeight": 0,
- "sizeDistribution": [
- {
- "min": 0,
- "max": 0,
- "percentage": 0
}
], - "qualityDistribution": [
- {
- "quality": "string",
- "percentage": 0
}
], - "purchaseOrderId": "string",
- "purchaseOrderNo": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| harvestPlanOrderId | string or null <guid> |
| harvestDate required | string <date> |
| template | string or null |
| vendor | string or null |
| packingPlant | string or null |
| localityNo | string or null |
| localityName | string or null |
| cageNo | string or null |
| tags | Array of strings or null |
| units | integer or null <int32> |
| netWeight | number or null <decimal> |
Array of objects or null (SizeDistribution) | |
Array of objects or null (QualityDistribution) | |
| purchaseOrderId | string or null <guid> |
| purchaseOrderNo | string or null |
[- {
- "harvestPlanOrderId": "string",
- "harvestDate": "2019-08-24",
- "template": "string",
- "vendor": "string",
- "packingPlant": "string",
- "localityNo": "string",
- "localityName": "string",
- "cageNo": "string",
- "tags": [
- "string"
], - "units": 0,
- "netWeight": 0,
- "sizeDistribution": [
- {
- "min": 0,
- "max": 0,
- "percentage": 0
}
], - "qualityDistribution": [
- {
- "quality": "string",
- "percentage": 0
}
], - "purchaseOrderId": "string",
- "purchaseOrderNo": "string"
}
][- {
- "harvestPlanOrderId": "string",
- "harvestDate": "2019-08-24",
- "template": "string",
- "vendor": "string",
- "packingPlant": "string",
- "localityNo": "string",
- "localityName": "string",
- "cageNo": "string",
- "tags": [
- "string"
], - "units": 0,
- "netWeight": 0,
- "sizeDistribution": [
- {
- "min": 0,
- "max": 0,
- "percentage": 0
}
], - "qualityDistribution": [
- {
- "quality": "string",
- "percentage": 0
}
], - "purchaseOrderId": "string",
- "purchaseOrderNo": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| harvestPlantOrderId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| ignoreNonExistingSO | boolean or null If SO specified does not exist ignore, and import to PO only |
| ignoreConfirmedSO | boolean or null If SO specified is confirmed, ignore the SO and import to PO only |
| userId | string <guid> |
| traceId | string <guid> |
List of boxes to add
| packingPlant | string Packing plant id (aka packing label). Mandatory field. |
| warehouse | string or null Warehosue code or name. |
| itemCode | string Item code. Mandatory field. |
| batchNo | string or null |
| lotNo | string or null |
| purchaseOrderNo | string The purchase order number. Mandatory field. |
| salesOrderNo | string or null |
| refPurchaseOrderNo | string or null |
| refSalesOrderNo | string or null |
| catchDate | string or null <date> |
| packingDate required | string <date> Packing date. Mandatory field. |
| useBy | string or null <date> |
| freezeDate | string or null <date> |
| palletNo | string or null |
| palletSscc | string or null |
| boxNo | string or null |
| boxSscc | string or null |
| refBoxId | string or null |
| netWeight required | number <decimal> Net weight of box. Mandatory field. |
| grossWeight | number or null <decimal> |
| fishCount | integer or null <int32> Number of items in the box |
| weightUnit | string The weight unit. Ex: KG, LBS |
| duplicateUnits | integer or null <int32> Number of boxes. Default will be 1. If same fixed weight per box, duplicate units can work as number of boxes with same weight. NetWeight/GrossWeight will then be total for all units. If bulk, the the same rule apply for weights, but you do not know each box weight. |
| isBulk | boolean or null |
| certifications | Array of strings or null |
| landingNotes | Array of strings or null |
| vesselNo | string or null |
| areaCode | string or null |
| catchField | string or null |
| equipmentCategories | Array of strings or null Equipment used (fishing gear). |
[- {
- "packingPlant": "string",
- "warehouse": "string",
- "itemCode": "string",
- "batchNo": "string",
- "lotNo": "string",
- "purchaseOrderNo": "string",
- "salesOrderNo": "string",
- "refPurchaseOrderNo": "string",
- "refSalesOrderNo": "string",
- "catchDate": "2019-08-24",
- "packingDate": "2019-08-24",
- "useBy": "2019-08-24",
- "freezeDate": "2019-08-24",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "refBoxId": "string",
- "netWeight": 0,
- "grossWeight": 0,
- "fishCount": 0,
- "weightUnit": "string",
- "duplicateUnits": 0,
- "isBulk": true,
- "certifications": [
- "string"
], - "landingNotes": [
- "string"
], - "vesselNo": "string",
- "areaCode": "string",
- "catchField": "string",
- "equipmentCategories": [
- "string"
]
}
]"string"| accountId required | string <guid> |
| domainId required | string <guid> |
| ignoreNonExistingSO | boolean or null |
| ignoreConfirmedSO | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
| packingPlant | string Packing plant id (aka packing label). Mandatory field. |
| warehouse | string or null Warehosue code or name. |
| itemCode | string Item code. Mandatory field. |
| batchNo | string or null |
| lotNo | string or null |
| purchaseOrderNo | string The purchase order number. Mandatory field. |
| salesOrderNo | string or null |
| refPurchaseOrderNo | string or null |
| refSalesOrderNo | string or null |
| catchDate | string or null <date> |
| packingDate required | string <date> Packing date. Mandatory field. |
| useBy | string or null <date> |
| freezeDate | string or null <date> |
| palletNo | string or null |
| palletSscc | string or null |
| boxNo | string or null |
| boxSscc | string or null |
| refBoxId | string or null |
| netWeight required | number <decimal> Net weight of box. Mandatory field. |
| grossWeight | number or null <decimal> |
| fishCount | integer or null <int32> Number of items in the box |
| weightUnit | string The weight unit. Ex: KG, LBS |
| duplicateUnits | integer or null <int32> Number of boxes. Default will be 1. If same fixed weight per box, duplicate units can work as number of boxes with same weight. NetWeight/GrossWeight will then be total for all units. If bulk, the the same rule apply for weights, but you do not know each box weight. |
| isBulk | boolean or null |
| certifications | Array of strings or null |
| landingNotes | Array of strings or null |
| vesselNo | string or null |
| areaCode | string or null |
| catchField | string or null |
| equipmentCategories | Array of strings or null Equipment used (fishing gear). |
[- {
- "packingPlant": "string",
- "warehouse": "string",
- "itemCode": "string",
- "batchNo": "string",
- "lotNo": "string",
- "purchaseOrderNo": "string",
- "salesOrderNo": "string",
- "refPurchaseOrderNo": "string",
- "refSalesOrderNo": "string",
- "catchDate": "2019-08-24",
- "packingDate": "2019-08-24",
- "useBy": "2019-08-24",
- "freezeDate": "2019-08-24",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "refBoxId": "string",
- "netWeight": 0,
- "grossWeight": 0,
- "fishCount": 0,
- "weightUnit": "string",
- "duplicateUnits": 0,
- "isBulk": true,
- "certifications": [
- "string"
], - "landingNotes": [
- "string"
], - "vesselNo": "string",
- "areaCode": "string",
- "catchField": "string",
- "equipmentCategories": [
- "string"
]
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| vendorNo | string or null |
| invoiceNo | string or null |
| invoiceType required | string (InvoiceType) Enum: "Invoice" "CreditNote" |
(InvoiceKindEnum (string or null)) | |
| invoiceDate required | string <date> |
| dueDate required | string <date> |
| postingDate | string or null <date> |
| kid | string or null |
| currencyCode | string or null |
| exchangeRate | number or null <decimal> |
| totalPayableAmount required | number <decimal> |
| totalNetAmount required | number <decimal> |
| totalAmountSubjectToVAT required | number <decimal> |
| externalRef | string or null |
Array of objects or null (IncomingInvoiceLine) | |
| invoicePDF | string or null <byte> Can be tested in swagger by sending in a Base64 encoded string |
[- {
- "vendorNo": "string",
- "invoiceNo": "string",
- "invoiceType": "Invoice",
- "invoiceKind": "GoodsInvoice",
- "invoiceDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "postingDate": "2019-08-24",
- "kid": "string",
- "currencyCode": "string",
- "exchangeRate": 0,
- "totalPayableAmount": 0,
- "totalNetAmount": 0,
- "totalAmountSubjectToVAT": 0,
- "externalRef": "string",
- "invoiceLines": [
- {
- "lineNo": 0,
- "description": "string",
- "referenceNo": "string",
- "netAmount": 0,
- "grossAmount": 0,
- "vatCode": "string",
- "vatRate": 0
}
], - "invoicePDF": "string"
}
][- {
- "vendorNo": "string",
- "invoiceNo": "string",
- "invoiceType": "Invoice",
- "invoiceKind": "GoodsInvoice",
- "invoiceDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "postingDate": "2019-08-24",
- "kid": "string",
- "currencyCode": "string",
- "exchangeRate": 0,
- "totalPayableAmount": 0,
- "totalNetAmount": 0,
- "totalAmountSubjectToVAT": 0,
- "externalRef": "string",
- "invoiceId": "string",
- "invoiceLines": [
- {
- "lineNo": 0,
- "description": "string",
- "referenceNo": "string",
- "netAmount": 0,
- "grossAmount": 0,
- "vatCode": "string",
- "vatRate": 0,
- "status": "NotStarted",
- "message": "string"
}
], - "status": "NotStarted",
- "message": "string",
- "voucherNo": 0
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| invoiceNo | string or null |
| invoiceIds | Array of strings or null <guid> [ items <guid > ] |
((StatusOpen (string or null))) | |
| fromDate | string or null <date> |
| toDate | string or null <date> |
| changedSince | string or null <date-time> |
| externalRef | Array of strings or null |
| invoiceTypes | string or null |
| vendors | Array of strings or null |
| skip | integer or null <int32> |
| take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "vendorNo": "string",
- "invoiceNo": "string",
- "invoiceType": "Invoice",
- "invoiceKind": "GoodsInvoice",
- "invoiceDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "postingDate": "2019-08-24",
- "kid": "string",
- "currencyCode": "string",
- "exchangeRate": 0,
- "totalPayableAmount": 0,
- "totalNetAmount": 0,
- "totalAmountSubjectToVAT": 0,
- "externalRef": "string",
- "invoiceId": "string",
- "invoiceLines": [
- {
- "lineNo": 0,
- "description": "string",
- "referenceNo": "string",
- "netAmount": 0,
- "grossAmount": 0,
- "vatCode": "string",
- "vatRate": 0,
- "status": "NotStarted",
- "message": "string"
}
], - "status": "NotStarted",
- "message": "string",
- "voucherNo": 0
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| warehouse required | string or null |
| IsSalesItem | boolean or null |
| IsPurchaseItem | boolean or null |
| IsProcessingItem | boolean or null |
| ItemNo | string or null |
| Name | string or null |
| ExternalItemNo | string or null |
| ExternalItemDescription | string or null |
| GTIN | string or null |
| DimensionDetailId | string or null |
| DimensionName | string or null |
| DimensionValue | string or null |
| ItemId | string or null |
| ChangedSince | string or null <date-time> |
(WeightType (string or null)) | |
| IncludeTranslations | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "bookedWeight": 0,
- "bookedBoxes": 0,
- "inventoryWeight": 0,
- "inventoryBoxes": 0,
- "inventoryPieces": 0,
- "property1": null,
- "property2": null
}
]Sets properties on individual boxes identified by SSCC. Payload is a list of dictionaries with keys: sscc (required), subStatusId, extPalletNo.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| sscc | string or null |
| extPalletNo | string or null |
| subStatusId | string or null <guid> |
[- {
- "sscc": "string",
- "extPalletNo": "string",
- "subStatusId": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Sets properties on pallets identified by SSCC. Payload is a list of dictionaries with keys: sscc (required), subStatusId, extPalletNo.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| sscc | string or null |
| extPalletNo | string or null |
| subStatusId | string or null <guid> |
[- {
- "sscc": "string",
- "extPalletNo": "string",
- "subStatusId": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| allowDuplicates | boolean or null |
| autoNumber | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
Array of objects or null (JsonImportBoxDto) | |
Array of objects or null (JsonImportPalletDto) | |
| property name* additional property | any or null |
{- "boxes": [
- {
- "purchaseOrderNo": 0,
- "salesOrderNo": 0,
- "vendorOrderNo": 0,
- "palletNo": "string",
- "netWeight": 0,
- "grossWeight": 0,
- "packingDate": "2019-08-24",
- "useBy": "2019-08-24",
- "freezeDate": "2019-08-24",
- "vendorItemCode": "string",
- "itemCode": "string",
- "cageNo": "string",
- "locationName": "string",
- "packingPlant": "string",
- "lotNo": "string",
- "batchNo": "string",
- "palletSscc": "string",
- "landingNotes": [
- "string"
], - "extLotNo": "string",
- "extPalletNo": "string",
- "catchCertificateNo": "string",
- "arrivalDate": "2019-08-24",
- "catchDate": "2019-08-24",
- "fishingGear": [
- "string"
], - "refNo": "string",
- "warehouseName": "string",
- "weightUnit": "string",
- "price": 0,
- "priceLevel": "string",
- "vessels": [
- {
- "vesselId": "string",
- "vesselNo": "string",
- "vesselName": "string",
- "property1": null,
- "property2": null
}
], - "property1": null,
- "property2": null,
- "boxNo": "string",
- "boxSscc": "string",
- "pieces": 0
}
], - "pallets": [
- {
- "purchaseOrderNo": 0,
- "salesOrderNo": 0,
- "vendorOrderNo": 0,
- "palletNo": "string",
- "netWeight": 0,
- "grossWeight": 0,
- "packingDate": "2019-08-24",
- "useBy": "2019-08-24",
- "freezeDate": "2019-08-24",
- "vendorItemCode": "string",
- "itemCode": "string",
- "cageNo": "string",
- "locationName": "string",
- "packingPlant": "string",
- "lotNo": "string",
- "batchNo": "string",
- "palletSscc": "string",
- "landingNotes": [
- "string"
], - "extLotNo": "string",
- "extPalletNo": "string",
- "catchCertificateNo": "string",
- "arrivalDate": "2019-08-24",
- "catchDate": "2019-08-24",
- "fishingGear": [
- "string"
], - "refNo": "string",
- "warehouseName": "string",
- "weightUnit": "string",
- "price": 0,
- "priceLevel": "string",
- "vessels": [
- {
- "vesselId": "string",
- "vesselNo": "string",
- "vesselName": "string",
- "property1": null,
- "property2": null
}
], - "property1": null,
- "property2": null,
- "boxCount": 0
}
], - "property1": null,
- "property2": null
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| Type | string or null |
| InvoiceStatus | Array of strings (InvoiceStatus) Items Enum: "Draft" "Sent" "Posted" |
| FactoringStatus | Array of strings or null (FactoringStatus) Enum: "NotReady" "Ready" "Factored" |
| CustomerNo | Array of integers <int32> [ items <int32 > ] |
| FromInvoiceDate | string or null <date> |
| ToInvoiceDate | string or null <date> |
| FromPostingDate | string or null <date> |
| ToPostingDate | string or null <date> |
| PostedSince | string or null <date-time> Get invoices posted since this timestamp |
| SentSince | string or null <date-time> Get invoices sent since this timestamp |
| FromDueDate | string or null <date> |
| ToDueDate | string or null <date> |
| InvoiceNos | Array of integers or null <int32> [ items <int32 > ] |
| InvoiceIds | Array of strings or null <guid> [ items <guid > ] |
| IsFactoring | boolean or null |
| IsCreditNote | boolean or null |
| FromFactoringDate | string or null <date> |
| ToFactoringDate | string or null <date> |
| ContinuationToken | string or null Used to request the next page of results |
| Limit | integer <int32> Maximum number of results to return |
| userId | string <guid> |
| traceId | string <guid> |
{- "data": [
- {
- "id": "string",
- "number": 0,
- "isCreditNote": true,
- "status": "string",
- "date": "2019-08-24",
- "dueDate": "2019-08-24",
- "currency": "str",
- "exchangeRate": 0,
- "address": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postCode": "string",
- "country": "st",
- "city": "string",
- "state": "string"
}, - "kid": "string",
- "paymentTerms": {
- "name": "string"
}, - "totalNetAmount": 0,
- "totalGrossAmount": 0,
- "totalVatAmounts": [
- {
- "amount": 0,
- "rate": {
- "id": "string",
- "percent": 0,
- "description": "string"
}, - "taxableAmount": 0
}
], - "lines": [
- {
- "id": "string",
- "orderId": "string",
- "orderLineId": [
- "string"
], - "description": "string",
- "netAmount": 0,
- "grossAmount": 0,
- "vatRate": {
- "id": "string",
- "percent": 0,
- "description": "string"
}, - "price": 0,
- "quantity": 0,
- "itemId": "string"
}
], - "orders": [
- {
- "id": "string",
- "number": 0,
- "date": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "deliveryAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postCode": "string",
- "country": "st",
- "city": "string",
- "state": "string"
}, - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
]
}
], - "type": "string",
- "customer": {
- "id": "string",
- "number": "string",
- "externalNumber": "string",
- "name": "string",
- "organizationNumber": "string",
- "vatNumber": "string",
- "eori": "string",
- "email": "string",
- "phone": "string"
}, - "yourReference": "string",
- "ourReference": "string",
- "isFactoring": true,
- "factoringStatus": "string",
- "customsReceiptNo": "string"
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| Type | string or null |
| InvoiceStatus | Array of strings (InvoiceStatus) Items Enum: "Draft" "Sent" "Posted" |
| FactoringStatus | Array of strings or null (FactoringStatus) Enum: "NotReady" "Ready" "Factored" |
| CustomerNo | Array of integers <int32> [ items <int32 > ] |
| FromInvoiceDate | string or null <date> |
| ToInvoiceDate | string or null <date> |
| FromPostingDate | string or null <date> |
| ToPostingDate | string or null <date> |
| PostedSince | string or null <date-time> Get invoices posted since this timestamp |
| SentSince | string or null <date-time> Get invoices sent since this timestamp |
| FromDueDate | string or null <date> |
| ToDueDate | string or null <date> |
| InvoiceNos | Array of integers or null <int32> [ items <int32 > ] |
| InvoiceIds | Array of strings or null <guid> [ items <guid > ] |
| IsFactoring | boolean or null |
| IsCreditNote | boolean or null |
| FromFactoringDate | string or null <date> |
| ToFactoringDate | string or null <date> |
| ContinuationToken | string or null Used to request the next page of results |
| Limit | integer <int32> Maximum number of results to return |
| userId | string <guid> |
| traceId | string <guid> |
{- "data": [
- {
- "id": "string",
- "number": 0,
- "isCreditNote": true,
- "status": "string",
- "date": "2019-08-24",
- "dueDate": "2019-08-24",
- "currency": "str",
- "exchangeRate": 0,
- "address": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postCode": "string",
- "country": "st",
- "city": "string",
- "state": "string"
}, - "kid": "string",
- "paymentTerms": {
- "name": "string"
}, - "totalNetAmount": 0,
- "totalGrossAmount": 0,
- "totalVatAmounts": [
- {
- "amount": 0,
- "rate": {
- "id": "string",
- "percent": 0,
- "description": "string"
}, - "taxableAmount": 0
}
], - "lines": [
- {
- "id": "string",
- "orderId": "string",
- "orderLineId": [
- "string"
], - "description": "string",
- "netAmount": 0,
- "grossAmount": 0,
- "vatRate": {
- "id": "string",
- "percent": 0,
- "description": "string"
}, - "price": 0,
- "quantity": 0,
- "itemId": "string"
}
], - "orders": [
- {
- "id": "string",
- "number": 0,
- "date": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "deliveryAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postCode": "string",
- "country": "st",
- "city": "string",
- "state": "string"
}, - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
]
}
], - "type": "string"
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| fromInvoiceDate | string or null <date-time> |
| toInvoiceDate | string or null <date-time> |
| fromDueDate | string or null <date-time> |
| toDueDate | string or null <date-time> |
(InvoiceStatus (string or null)) | |
| customerNo | Array of strings or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "id": "string",
- "batchId": "string",
- "invoiceNo": 0,
- "invoiceDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "status": "Draft",
- "type": "Invoice",
- "addressDescription": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "addressPostCode": "string",
- "addressCity": "string",
- "addressCountry": "string",
- "deliveryPlaceCountry": "string",
- "addressCountryName": "string",
- "addressCountryMembershipCode": "string",
- "addressCountryVatCurrencyCode": "string",
- "addressState": "string",
- "comment": "string",
- "address": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "countryName": "string",
- "countryMembershipCode": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null
}, - "customerReference": "string",
- "headerText": "string",
- "footerText": "string",
- "personResponsibleId": "string",
- "personResponsibleSentBy": "string",
- "sentBy": "string",
- "sentAt": "2019-08-24T14:15:22Z",
- "personResponsiblePostedBy": "string",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "paymentTermsId": "string",
- "paymentTerms": "string",
- "currency": "string",
- "currencyRate": 0,
- "exchangeRate": 0,
- "isCustomExchangeRate": true,
- "totalVat": 0,
- "totalGrossAmount": 0,
- "totalAmountWithVat": 0,
- "orderNumbers": "string",
- "salesOrderType": "Sales",
- "salesOrders": [
- {
- "salesOrderId": "string",
- "orderNo": 0,
- "date": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "salesOrderType": "Sales",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "deliveryPlaceCountry": "string",
- "profitCenter": "string",
- "department": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionFreeFormValue": "string",
- "dimensionDetailName": "string",
- "systemDimension": true,
- "dimensionType": {
- "name": "string",
- "systemType": true
}, - "dimensionDataType": "NotSet",
- "property1": null,
- "property2": null
}
], - "forexHedgeBundleId": "string",
- "systemStatus": "Unconfirmed",
- "subStatusId": "string",
- "subStatusName": "string",
- "subStatusRgb": "string",
- "deliveryTerms": "string",
- "deliveryPlaceId": "string",
- "tags": [
- "string"
], - "grossAmount": 0,
- "orderDiscountAmount": 0,
- "orderDiscountPrice": 0,
- "orderDiscountType": "Weight",
- "discountText": "string",
- "modeOfTransportId": "string",
- "comment": "string",
- "refTransferOrderId": "string",
- "refTransferOrderNo": 0,
- "exchangeRate": 0,
- "isCustomExchangeRate": true,
- "isRemoteHedged": true,
- "deliveryAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "countryName": "string",
- "countryMembershipCode": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null
}, - "containerNo": "string",
- "sealNo": "string",
- "property1": null,
- "property2": null
}
], - "lines": [
- {
- "id": 0,
- "lineId": "string",
- "lineNo": 0,
- "type": "Item",
- "salesOrderId": "string",
- "salesBookingDetailId": "string",
- "salesBookingDetailIdList": [
- "string"
], - "itemId": "string",
- "salesOrderCostId": "string",
- "costSetupId": "string",
- "description": "string",
- "boxes": 0,
- "number": 0,
- "netWeight": 0,
- "grossWeight": 0,
- "quantity": 0,
- "price": 0,
- "amount": 0,
- "priceLevel": "Weight",
- "vat": 0,
- "vatRate": 0,
- "vatRateId": "string",
- "grossAmount": 0,
- "amountWithVat": 0,
- "ledgerGroupId": "string",
- "calculationMethod": "Weight",
- "costDistributionMethod": "Invoice",
- "salesBookings": [
- "string"
], - "vatError": "string",
- "itemCode": "string",
- "customsTariffCode": "string",
- "taxCode": "string",
- "taxCodeId": "string",
- "taxCodes": [
- {
- "id": "string",
- "code": "string",
- "percentage": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "validFrom": "2019-08-24"
}
], - "matched": true,
- "discountAmount": 0,
- "discountedAmount": 0,
- "discountedGrossAmount": 0,
- "discountText": "string",
- "decimals": 0,
- "lineDiscountPrice": 0,
- "lineDiscountType": "Weight",
- "discountLineAmount": 0,
- "discountedLineAmount": 0,
- "discountedLineGrossAmount": 0,
- "fullDescription": "string",
- "property1": null,
- "property2": null
}
], - "customerId": "string",
- "customerName": "string",
- "customerNo": "string",
- "sumsByVatRate": [
- {
- "vatRateId": "string",
- "vatRate": 0,
- "totalAmount": 0,
- "totalAmountInBaseCurrency": 0,
- "totalVat": 0,
- "totalVatInBaseCurrency": 0,
- "totalGrossAmount": 0,
- "totalAmountWithVat": 0,
- "taxCode": "string",
- "taxCodeId": "string",
- "property1": null,
- "property2": null
}
], - "sumsByTaxCode": [
- {
- "taxCode": {
- "id": "string",
- "code": "string",
- "percentage": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "validFrom": "2019-08-24"
}, - "taxableAmount": 0,
- "taxRate": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "taxAmount": 0,
- "exchangeRate": 0,
- "decimals": 0,
- "taxRateId": "string",
- "totalGrossAmount": 0,
- "taxableAmountInBaseCurrency": 0,
- "taxAmountInBaseCurrency": 0,
- "property1": null,
- "property2": null
}
], - "isExport": true,
- "isExportDeclaration": true,
- "isExportPosting": true,
- "isProforma": true,
- "isFactoring": true,
- "factoringDate": "2019-08-24",
- "factoringBatchNo": 0,
- "factoringBatchId": "string",
- "factoringBatch": {
- "id": "string",
- "batchNo": 0,
- "location": "string",
- "factoringDate": "2019-08-24",
- "isDownload": true,
- "property1": null,
- "property2": null
}, - "factoringStatus": "NotReady",
- "kid": "string",
- "refInvoiceId": "string",
- "refInvoiceNo": 0,
- "imported": true,
- "customsOfficeCode": "string",
- "ledgerNo": "string",
- "invoiceDeclaration": true,
- "cases": [
- {
- "caseId": "string",
- "caseNumber": 0,
- "property1": null,
- "property2": null
}
], - "internalCustomer": true,
- "customsReceiptNo": "string",
- "customsStatus": "Unsent",
- "customsDeclarationId": "string",
- "isEhf": true,
- "ehfStatus": "New",
- "ehfStatusText": "string",
- "cceStatus": "Draft",
- "catchCertificateNumber": "string",
- "isVatRequired": true,
- "vatTextsId": "string",
- "totalDiscountAmount": 0,
- "totalDiscountedAmount": 0,
- "totalAmount": 0,
- "totalDiscountedGrossAmount": 0,
- "warehouseIds": [
- "string"
], - "forexHedgeBundleId": "string",
- "accountingEntryDate": "2019-08-24",
- "containerNo": "string",
- "sealNo": "string",
- "decimals": 0,
- "frozen": true,
- "bankInformation": {
- "bankInformationId": "string",
- "currencyCode": "string",
- "bankName": "string",
- "bankAddress": "string",
- "bankGiro": "string",
- "bankSWIFT": "string",
- "bankIBAN": "string",
- "type": "None",
- "customerId": "string",
- "clientNo": "string"
}, - "factoringCustomer": {
- "customerId": "string",
- "name": "string",
- "number": "string",
- "paymentTermsId": "string",
- "invoiceCurrency": "string",
- "isFactoring": true,
- "invoiceAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null,
- "countryName": "string",
- "gln": "string"
}, - "organizationNo": "string",
- "vatNo": "string",
- "eori": "string",
- "languageCode": "string",
- "ledgerNo": "string",
- "invoiceReference": "string",
- "invoiceDeclaration": true,
- "isInternal": true,
- "emailPrimary": "string",
- "phone": "string",
- "isVatRequired": true,
- "electronicInvoiceType": "None",
- "useElectronicInvoice": true,
- "property1": null,
- "property2": null
}, - "basedOnCount": 0,
- "originToCount": 0,
- "isSample": true,
- "electronicInvoiceType": "string",
- "healthCertificateId": "string",
- "sentToHC": true,
- "foreignVatId": "string",
- "vatTexts": [
- "string"
], - "hasSavedGrossAmount": true,
- "property1": null,
- "property2": null
}
]| invoice required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "batchId": "string",
- "invoiceNo": 0,
- "invoiceDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "status": "Draft",
- "type": "Invoice",
- "addressDescription": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "addressPostCode": "string",
- "addressCity": "string",
- "addressCountry": "string",
- "deliveryPlaceCountry": "string",
- "addressCountryName": "string",
- "addressCountryMembershipCode": "string",
- "addressCountryVatCurrencyCode": "string",
- "addressState": "string",
- "comment": "string",
- "address": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "countryName": "string",
- "countryMembershipCode": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null
}, - "customerReference": "string",
- "headerText": "string",
- "footerText": "string",
- "personResponsibleId": "string",
- "personResponsibleSentBy": "string",
- "sentBy": "string",
- "sentAt": "2019-08-24T14:15:22Z",
- "personResponsiblePostedBy": "string",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "paymentTermsId": "string",
- "paymentTerms": "string",
- "currency": "string",
- "currencyRate": 0,
- "exchangeRate": 0,
- "isCustomExchangeRate": true,
- "totalVat": 0,
- "totalGrossAmount": 0,
- "totalAmountWithVat": 0,
- "orderNumbers": "string",
- "salesOrderType": "Sales",
- "salesOrders": [
- {
- "salesOrderId": "string",
- "orderNo": 0,
- "date": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "salesOrderType": "Sales",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "deliveryPlaceCountry": "string",
- "profitCenter": "string",
- "department": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionFreeFormValue": "string",
- "dimensionDetailName": "string",
- "systemDimension": true,
- "dimensionType": {
- "name": "string",
- "systemType": true
}, - "dimensionDataType": "NotSet",
- "property1": null,
- "property2": null
}
], - "forexHedgeBundleId": "string",
- "systemStatus": "Unconfirmed",
- "subStatusId": "string",
- "subStatusName": "string",
- "subStatusRgb": "string",
- "deliveryTerms": "string",
- "deliveryPlaceId": "string",
- "tags": [
- "string"
], - "grossAmount": 0,
- "orderDiscountAmount": 0,
- "orderDiscountPrice": 0,
- "orderDiscountType": "Weight",
- "discountText": "string",
- "modeOfTransportId": "string",
- "comment": "string",
- "refTransferOrderId": "string",
- "refTransferOrderNo": 0,
- "exchangeRate": 0,
- "isCustomExchangeRate": true,
- "isRemoteHedged": true,
- "deliveryAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "countryName": "string",
- "countryMembershipCode": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null
}, - "containerNo": "string",
- "sealNo": "string",
- "property1": null,
- "property2": null
}
], - "lines": [
- {
- "id": 0,
- "lineId": "string",
- "lineNo": 0,
- "type": "Item",
- "salesOrderId": "string",
- "salesBookingDetailId": "string",
- "salesBookingDetailIdList": [
- "string"
], - "itemId": "string",
- "salesOrderCostId": "string",
- "costSetupId": "string",
- "description": "string",
- "boxes": 0,
- "number": 0,
- "netWeight": 0,
- "grossWeight": 0,
- "quantity": 0,
- "price": 0,
- "amount": 0,
- "priceLevel": "Weight",
- "vat": 0,
- "vatRate": 0,
- "vatRateId": "string",
- "grossAmount": 0,
- "amountWithVat": 0,
- "ledgerGroupId": "string",
- "calculationMethod": "Weight",
- "costDistributionMethod": "Invoice",
- "salesBookings": [
- "string"
], - "vatError": "string",
- "itemCode": "string",
- "customsTariffCode": "string",
- "taxCode": "string",
- "taxCodeId": "string",
- "taxCodes": [
- {
- "id": "string",
- "code": "string",
- "percentage": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "validFrom": "2019-08-24"
}
], - "matched": true,
- "discountAmount": 0,
- "discountedAmount": 0,
- "discountedGrossAmount": 0,
- "discountText": "string",
- "decimals": 0,
- "lineDiscountPrice": 0,
- "lineDiscountType": "Weight",
- "discountLineAmount": 0,
- "discountedLineAmount": 0,
- "discountedLineGrossAmount": 0,
- "fullDescription": "string",
- "property1": null,
- "property2": null
}
], - "customerId": "string",
- "customerName": "string",
- "customerNo": "string",
- "sumsByVatRate": [
- {
- "vatRateId": "string",
- "vatRate": 0,
- "totalAmount": 0,
- "totalAmountInBaseCurrency": 0,
- "totalVat": 0,
- "totalVatInBaseCurrency": 0,
- "totalGrossAmount": 0,
- "totalAmountWithVat": 0,
- "taxCode": "string",
- "taxCodeId": "string",
- "property1": null,
- "property2": null
}
], - "sumsByTaxCode": [
- {
- "taxCode": {
- "id": "string",
- "code": "string",
- "percentage": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "validFrom": "2019-08-24"
}, - "taxableAmount": 0,
- "taxRate": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "taxAmount": 0,
- "exchangeRate": 0,
- "decimals": 0,
- "taxRateId": "string",
- "totalGrossAmount": 0,
- "taxableAmountInBaseCurrency": 0,
- "taxAmountInBaseCurrency": 0,
- "property1": null,
- "property2": null
}
], - "isExport": true,
- "isExportDeclaration": true,
- "isExportPosting": true,
- "isProforma": true,
- "isFactoring": true,
- "factoringDate": "2019-08-24",
- "factoringBatchNo": 0,
- "factoringBatchId": "string",
- "factoringBatch": {
- "id": "string",
- "batchNo": 0,
- "location": "string",
- "factoringDate": "2019-08-24",
- "isDownload": true,
- "property1": null,
- "property2": null
}, - "factoringStatus": "NotReady",
- "kid": "string",
- "refInvoiceId": "string",
- "refInvoiceNo": 0,
- "imported": true,
- "customsOfficeCode": "string",
- "ledgerNo": "string",
- "invoiceDeclaration": true,
- "cases": [
- {
- "caseId": "string",
- "caseNumber": 0,
- "property1": null,
- "property2": null
}
], - "internalCustomer": true,
- "customsReceiptNo": "string",
- "customsStatus": "Unsent",
- "customsDeclarationId": "string",
- "isEhf": true,
- "ehfStatus": "New",
- "ehfStatusText": "string",
- "cceStatus": "Draft",
- "catchCertificateNumber": "string",
- "isVatRequired": true,
- "vatTextsId": "string",
- "totalDiscountAmount": 0,
- "totalDiscountedAmount": 0,
- "totalAmount": 0,
- "totalDiscountedGrossAmount": 0,
- "warehouseIds": [
- "string"
], - "forexHedgeBundleId": "string",
- "accountingEntryDate": "2019-08-24",
- "containerNo": "string",
- "sealNo": "string",
- "decimals": 0,
- "frozen": true,
- "bankInformation": {
- "bankInformationId": "string",
- "currencyCode": "string",
- "bankName": "string",
- "bankAddress": "string",
- "bankGiro": "string",
- "bankSWIFT": "string",
- "bankIBAN": "string",
- "type": "None",
- "customerId": "string",
- "clientNo": "string"
}, - "factoringCustomer": {
- "customerId": "string",
- "name": "string",
- "number": "string",
- "paymentTermsId": "string",
- "invoiceCurrency": "string",
- "isFactoring": true,
- "invoiceAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null,
- "countryName": "string",
- "gln": "string"
}, - "organizationNo": "string",
- "vatNo": "string",
- "eori": "string",
- "languageCode": "string",
- "ledgerNo": "string",
- "invoiceReference": "string",
- "invoiceDeclaration": true,
- "isInternal": true,
- "emailPrimary": "string",
- "phone": "string",
- "isVatRequired": true,
- "electronicInvoiceType": "None",
- "useElectronicInvoice": true,
- "property1": null,
- "property2": null
}, - "basedOnCount": 0,
- "originToCount": 0,
- "isSample": true,
- "electronicInvoiceType": "string",
- "healthCertificateId": "string",
- "sentToHC": true,
- "foreignVatId": "string",
- "vatTexts": [
- "string"
], - "hasSavedGrossAmount": true,
- "property1": null,
- "property2": null
}| invoice required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "batchId": "string",
- "invoiceNo": 0,
- "invoiceDate": "2019-08-24",
- "dueDate": "2019-08-24",
- "status": "Draft",
- "type": "Invoice",
- "addressDescription": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "addressPostCode": "string",
- "addressCity": "string",
- "addressCountry": "string",
- "deliveryPlaceCountry": "string",
- "addressCountryName": "string",
- "addressCountryMembershipCode": "string",
- "addressCountryVatCurrencyCode": "string",
- "addressState": "string",
- "comment": "string",
- "address": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "countryName": "string",
- "countryMembershipCode": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null
}, - "customerReference": "string",
- "headerText": "string",
- "footerText": "string",
- "personResponsibleId": "string",
- "personResponsibleSentBy": "string",
- "sentBy": "string",
- "sentAt": "2019-08-24T14:15:22Z",
- "personResponsiblePostedBy": "string",
- "postedBy": "string",
- "postedAt": "2019-08-24T14:15:22Z",
- "paymentTermsId": "string",
- "paymentTerms": "string",
- "currency": "string",
- "currencyRate": 0,
- "exchangeRate": 0,
- "isCustomExchangeRate": true,
- "totalVat": 0,
- "totalGrossAmount": 0,
- "totalAmountWithVat": 0,
- "orderNumbers": "string",
- "salesOrderType": "Sales",
- "salesOrders": [
- {
- "salesOrderId": "string",
- "orderNo": 0,
- "date": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "salesOrderType": "Sales",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "deliveryPlaceCountry": "string",
- "profitCenter": "string",
- "department": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionFreeFormValue": "string",
- "dimensionDetailName": "string",
- "systemDimension": true,
- "dimensionType": {
- "name": "string",
- "systemType": true
}, - "dimensionDataType": "NotSet",
- "property1": null,
- "property2": null
}
], - "forexHedgeBundleId": "string",
- "systemStatus": "Unconfirmed",
- "subStatusId": "string",
- "subStatusName": "string",
- "subStatusRgb": "string",
- "deliveryTerms": "string",
- "deliveryPlaceId": "string",
- "tags": [
- "string"
], - "grossAmount": 0,
- "orderDiscountAmount": 0,
- "orderDiscountPrice": 0,
- "orderDiscountType": "Weight",
- "discountText": "string",
- "modeOfTransportId": "string",
- "comment": "string",
- "refTransferOrderId": "string",
- "refTransferOrderNo": 0,
- "exchangeRate": 0,
- "isCustomExchangeRate": true,
- "isRemoteHedged": true,
- "deliveryAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "countryName": "string",
- "countryMembershipCode": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null
}, - "containerNo": "string",
- "sealNo": "string",
- "property1": null,
- "property2": null
}
], - "lines": [
- {
- "id": 0,
- "lineId": "string",
- "lineNo": 0,
- "type": "Item",
- "salesOrderId": "string",
- "salesBookingDetailId": "string",
- "salesBookingDetailIdList": [
- "string"
], - "itemId": "string",
- "salesOrderCostId": "string",
- "costSetupId": "string",
- "description": "string",
- "boxes": 0,
- "number": 0,
- "netWeight": 0,
- "grossWeight": 0,
- "quantity": 0,
- "price": 0,
- "amount": 0,
- "priceLevel": "Weight",
- "vat": 0,
- "vatRate": 0,
- "vatRateId": "string",
- "grossAmount": 0,
- "amountWithVat": 0,
- "ledgerGroupId": "string",
- "calculationMethod": "Weight",
- "costDistributionMethod": "Invoice",
- "salesBookings": [
- "string"
], - "vatError": "string",
- "itemCode": "string",
- "customsTariffCode": "string",
- "taxCode": "string",
- "taxCodeId": "string",
- "taxCodes": [
- {
- "id": "string",
- "code": "string",
- "percentage": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "validFrom": "2019-08-24"
}
], - "matched": true,
- "discountAmount": 0,
- "discountedAmount": 0,
- "discountedGrossAmount": 0,
- "discountText": "string",
- "decimals": 0,
- "lineDiscountPrice": 0,
- "lineDiscountType": "Weight",
- "discountLineAmount": 0,
- "discountedLineAmount": 0,
- "discountedLineGrossAmount": 0,
- "fullDescription": "string",
- "property1": null,
- "property2": null
}
], - "customerId": "string",
- "customerName": "string",
- "customerNo": "string",
- "sumsByVatRate": [
- {
- "vatRateId": "string",
- "vatRate": 0,
- "totalAmount": 0,
- "totalAmountInBaseCurrency": 0,
- "totalVat": 0,
- "totalVatInBaseCurrency": 0,
- "totalGrossAmount": 0,
- "totalAmountWithVat": 0,
- "taxCode": "string",
- "taxCodeId": "string",
- "property1": null,
- "property2": null
}
], - "sumsByTaxCode": [
- {
- "taxCode": {
- "id": "string",
- "code": "string",
- "percentage": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "validFrom": "2019-08-24"
}, - "taxableAmount": 0,
- "taxRate": {
- "inDecimalForm": 0,
- "inPercentageForm": 0,
- "value": 0
}, - "taxAmount": 0,
- "exchangeRate": 0,
- "decimals": 0,
- "taxRateId": "string",
- "totalGrossAmount": 0,
- "taxableAmountInBaseCurrency": 0,
- "taxAmountInBaseCurrency": 0,
- "property1": null,
- "property2": null
}
], - "isExport": true,
- "isExportDeclaration": true,
- "isExportPosting": true,
- "isProforma": true,
- "isFactoring": true,
- "factoringDate": "2019-08-24",
- "factoringBatchNo": 0,
- "factoringBatchId": "string",
- "factoringBatch": {
- "id": "string",
- "batchNo": 0,
- "location": "string",
- "factoringDate": "2019-08-24",
- "isDownload": true,
- "property1": null,
- "property2": null
}, - "factoringStatus": "NotReady",
- "kid": "string",
- "refInvoiceId": "string",
- "refInvoiceNo": 0,
- "imported": true,
- "customsOfficeCode": "string",
- "ledgerNo": "string",
- "invoiceDeclaration": true,
- "cases": [
- {
- "caseId": "string",
- "caseNumber": 0,
- "property1": null,
- "property2": null
}
], - "internalCustomer": true,
- "customsReceiptNo": "string",
- "customsStatus": "Unsent",
- "customsDeclarationId": "string",
- "isEhf": true,
- "ehfStatus": "New",
- "ehfStatusText": "string",
- "cceStatus": "Draft",
- "catchCertificateNumber": "string",
- "isVatRequired": true,
- "vatTextsId": "string",
- "totalDiscountAmount": 0,
- "totalDiscountedAmount": 0,
- "totalAmount": 0,
- "totalDiscountedGrossAmount": 0,
- "warehouseIds": [
- "string"
], - "forexHedgeBundleId": "string",
- "accountingEntryDate": "2019-08-24",
- "containerNo": "string",
- "sealNo": "string",
- "decimals": 0,
- "frozen": true,
- "bankInformation": {
- "bankInformationId": "string",
- "currencyCode": "string",
- "bankName": "string",
- "bankAddress": "string",
- "bankGiro": "string",
- "bankSWIFT": "string",
- "bankIBAN": "string",
- "type": "None",
- "customerId": "string",
- "clientNo": "string"
}, - "factoringCustomer": {
- "customerId": "string",
- "name": "string",
- "number": "string",
- "paymentTermsId": "string",
- "invoiceCurrency": "string",
- "isFactoring": true,
- "invoiceAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "country": "string",
- "postCode": "string",
- "city": "string",
- "state": "string",
- "property1": null,
- "property2": null,
- "countryName": "string",
- "gln": "string"
}, - "organizationNo": "string",
- "vatNo": "string",
- "eori": "string",
- "languageCode": "string",
- "ledgerNo": "string",
- "invoiceReference": "string",
- "invoiceDeclaration": true,
- "isInternal": true,
- "emailPrimary": "string",
- "phone": "string",
- "isVatRequired": true,
- "electronicInvoiceType": "None",
- "useElectronicInvoice": true,
- "property1": null,
- "property2": null
}, - "basedOnCount": 0,
- "originToCount": 0,
- "isSample": true,
- "electronicInvoiceType": "string",
- "healthCertificateId": "string",
- "sentToHC": true,
- "foreignVatId": "string",
- "vatTexts": [
- "string"
], - "hasSavedGrossAmount": true,
- "property1": null,
- "property2": null
}| invoice required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| customsReceiptNo | string or null [ 0 .. 200 ] characters |
{- "customsReceiptNo": "string"
}{- "id": "string",
- "number": 0,
- "isCreditNote": true,
- "status": "string",
- "date": "2019-08-24",
- "dueDate": "2019-08-24",
- "currency": "str",
- "exchangeRate": 0,
- "address": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postCode": "string",
- "country": "st",
- "city": "string",
- "state": "string"
}, - "kid": "string",
- "paymentTerms": {
- "name": "string"
}, - "totalNetAmount": 0,
- "totalGrossAmount": 0,
- "totalVatAmounts": [
- {
- "amount": 0,
- "rate": {
- "id": "string",
- "percent": 0,
- "description": "string"
}, - "taxableAmount": 0
}
], - "lines": [
- {
- "id": "string",
- "orderId": "string",
- "orderLineId": [
- "string"
], - "description": "string",
- "netAmount": 0,
- "grossAmount": 0,
- "vatRate": {
- "id": "string",
- "percent": 0,
- "description": "string"
}, - "price": 0,
- "quantity": 0,
- "itemId": "string"
}
], - "orders": [
- {
- "id": "string",
- "number": 0,
- "date": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "deliveryAddress": {
- "description": "string",
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "line4": "string",
- "postCode": "string",
- "country": "st",
- "city": "string",
- "state": "string"
}, - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
]
}
], - "type": "string",
- "customer": {
- "id": "string",
- "number": "string",
- "externalNumber": "string",
- "name": "string",
- "organizationNumber": "string",
- "vatNumber": "string",
- "eori": "string",
- "email": "string",
- "phone": "string"
}, - "yourReference": "string",
- "ourReference": "string",
- "isFactoring": true,
- "factoringStatus": "string",
- "customsReceiptNo": "string"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| IsSalesItem | boolean or null |
| IsPurchaseItem | boolean or null |
| IsProcessingItem | boolean or null |
| ItemNo | string or null |
| Name | string or null |
| ExternalItemNo | string or null |
| ExternalItemDescription | string or null |
| GTIN | string or null |
| DimensionDetailId | string or null |
| DimensionName | string or null |
| DimensionValue | string or null |
| ItemId | string or null |
| ChangedSince | string or null <date-time> |
(WeightType (string or null)) | |
| IncludeTranslations | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "itemNo": "string",
- "externalItemNo": "string",
- "externalItemDescription": "string",
- "name": "string",
- "gtin": "string",
- "epdNo": "string",
- "noOfPieces": 0,
- "weight": 0,
- "weightType": "Fixed",
- "isSalesItem": true,
- "isPurchaseItem": true,
- "isProcessingItem": true,
- "isIngredient": true,
- "isCoProduct": true,
- "isResultProduct": true,
- "isPackaging": true,
- "priceLevel": "Weight",
- "weightUnit": "string",
- "measureUnit": "string",
- "unitsPerPallet": 0,
- "useBy": 0,
- "itemId": "string",
- "dimensions": [
- {
- "dimensionType": {
- "name": "string"
}, - "value": "string",
- "dimensionName": "string",
- "description": "string",
- "minSize": 0,
- "maxSize": 0,
- "weightUnitId": "string"
}
], - "translations": {
- "property1": "string",
- "property2": "string"
}, - "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| itemNo | string or null |
| externalItemNo | string or null |
| externalItemDescription | string or null |
| name | string or null |
| gtin | string or null |
| epdNo | string or null |
| noOfPieces required | integer <int32> |
| weight | number or null <decimal> |
| weightType required | string (WeightType2) Enum: "Fixed" "Estimated" |
| isSalesItem required | boolean |
| isPurchaseItem required | boolean |
| isProcessingItem required | boolean |
| isIngredient | boolean or null |
| isCoProduct | boolean or null |
| isResultProduct | boolean or null |
| isPackaging | boolean or null |
| priceLevel required | string (PriceLevelEnum) Enum: "Weight" "ConsumerPack" "Box" |
| weightUnit | string or null |
| measureUnit | string or null |
| unitsPerPallet | integer or null <int32> |
| useBy | integer or null <int32> |
Array of objects or null (ItemDimensionCore) |
{- "itemNo": "string",
- "externalItemNo": "string",
- "externalItemDescription": "string",
- "name": "string",
- "gtin": "string",
- "epdNo": "string",
- "noOfPieces": 0,
- "weight": 0,
- "weightType": "Fixed",
- "isSalesItem": true,
- "isPurchaseItem": true,
- "isProcessingItem": true,
- "isIngredient": true,
- "isCoProduct": true,
- "isResultProduct": true,
- "isPackaging": true,
- "priceLevel": "Weight",
- "weightUnit": "string",
- "measureUnit": "string",
- "unitsPerPallet": 0,
- "useBy": 0,
- "dimensions": [
- {
- "dimensionType": {
- "name": "string"
}, - "value": "string"
}
]
}{- "itemNo": "string",
- "externalItemNo": "string",
- "externalItemDescription": "string",
- "name": "string",
- "gtin": "string",
- "epdNo": "string",
- "noOfPieces": 0,
- "weight": 0,
- "weightType": "Fixed",
- "isSalesItem": true,
- "isPurchaseItem": true,
- "isProcessingItem": true,
- "isIngredient": true,
- "isCoProduct": true,
- "isResultProduct": true,
- "isPackaging": true,
- "priceLevel": "Weight",
- "weightUnit": "string",
- "measureUnit": "string",
- "unitsPerPallet": 0,
- "useBy": 0,
- "itemId": "string",
- "dimensions": [
- {
- "dimensionType": {
- "name": "string"
}, - "value": "string",
- "dimensionName": "string",
- "description": "string",
- "minSize": 0,
- "maxSize": 0,
- "weightUnitId": "string"
}
], - "translations": {
- "property1": "string",
- "property2": "string"
}, - "lastModifiedAt": "2019-08-24T14:15:22Z"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| itemNo | string or null |
| externalItemNo | string or null |
| externalItemDescription | string or null |
| name | string or null |
| gtin | string or null |
| epdNo | string or null |
| noOfPieces required | integer <int32> |
| weight | number or null <decimal> |
| weightType required | string (WeightType2) Enum: "Fixed" "Estimated" |
| isSalesItem required | boolean |
| isPurchaseItem required | boolean |
| isProcessingItem required | boolean |
| isIngredient | boolean or null |
| isCoProduct | boolean or null |
| isResultProduct | boolean or null |
| isPackaging | boolean or null |
| priceLevel required | string (PriceLevelEnum) Enum: "Weight" "ConsumerPack" "Box" |
| weightUnit | string or null |
| measureUnit | string or null |
| unitsPerPallet | integer or null <int32> |
| useBy | integer or null <int32> |
Array of objects or null (ItemDimensionCore) |
{- "itemNo": "string",
- "externalItemNo": "string",
- "externalItemDescription": "string",
- "name": "string",
- "gtin": "string",
- "epdNo": "string",
- "noOfPieces": 0,
- "weight": 0,
- "weightType": "Fixed",
- "isSalesItem": true,
- "isPurchaseItem": true,
- "isProcessingItem": true,
- "isIngredient": true,
- "isCoProduct": true,
- "isResultProduct": true,
- "isPackaging": true,
- "priceLevel": "Weight",
- "weightUnit": "string",
- "measureUnit": "string",
- "unitsPerPallet": 0,
- "useBy": 0,
- "dimensions": [
- {
- "dimensionType": {
- "name": "string"
}, - "value": "string"
}
]
}{- "itemNo": "string",
- "externalItemNo": "string",
- "externalItemDescription": "string",
- "name": "string",
- "gtin": "string",
- "epdNo": "string",
- "noOfPieces": 0,
- "weight": 0,
- "weightType": "Fixed",
- "isSalesItem": true,
- "isPurchaseItem": true,
- "isProcessingItem": true,
- "isIngredient": true,
- "isCoProduct": true,
- "isResultProduct": true,
- "isPackaging": true,
- "priceLevel": "Weight",
- "weightUnit": "string",
- "measureUnit": "string",
- "unitsPerPallet": 0,
- "useBy": 0,
- "itemId": "string",
- "dimensions": [
- {
- "dimensionType": {
- "name": "string"
}, - "value": "string",
- "dimensionName": "string",
- "description": "string",
- "minSize": 0,
- "maxSize": 0,
- "weightUnitId": "string"
}
], - "translations": {
- "property1": "string",
- "property2": "string"
}, - "lastModifiedAt": "2019-08-24T14:15:22Z"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| itemNo required | string or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "itemId": "string",
- "deleted": true,
- "error": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| itemId required | string or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "actorItemId": "string",
- "actorItemNumber": "string",
- "actorItemName": "string",
- "actorId": "string",
- "actorName": "string",
- "actorNumber": "string",
- "actorTypeId": "string",
- "actorType": "string",
- "itemId": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| labelId required | string <guid> |
| labelNo required | integer <int32> |
| name | string or null |
(PrinterType (string or null)) | |
(LabelType (string or null)) |
[- {
- "labelId": "string",
- "labelNo": 0,
- "name": "string",
- "printerType": "Pdf",
- "labelType": "Box"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| SpeciesId | string or null <guid> |
| QualityFormId | string or null |
| Skip | integer or null <int32> |
| Take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "landingNoteId": "string",
- "facilityName": "string",
- "vesselName": "string",
- "lines": [
- {
- "speciesId": "string",
- "speciesCode": "string",
- "speciesName": "string",
- "faoCode": "string",
- "latinName": "string",
- "netWeight": 0
}
], - "qualityFormId": "string"
}
]| landingNoteId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| qualityFormId | string or null |
{- "qualityFormId": "string"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| MessageType | string or null The message type identifier. |
| MessageText | string or null The message body text. |
object or null Optional metadata as key/value pairs. Use the 'md' prefix in the query string: ?md.key1=123&md.anotherkey=api For Swagger UI use JSON syntax: { "md.key1" : "value1", "md.key2" : "value2" } | |
| userId | string <guid> |
| traceId | string <guid> |
{- "messageId": "string",
- "messageType": "string",
- "status": "string",
- "messageText": "string",
- "time": "2019-08-24T14:15:22Z",
- "size": 0,
- "metadata": {
- "property1": "string",
- "property2": "string"
}
}| accountId required | string <guid> |
| domainId required | string <guid> |
| MessageType | string or null |
| MessageStatus | string or null |
| From | string or null <date-time> |
| To | string or null <date-time> |
object or null | |
| IncludeReadMessages | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "messageId": "string",
- "messageType": "string",
- "status": "string",
- "messageText": "string",
- "time": "2019-08-24T14:15:22Z",
- "size": 0,
- "metadata": {
- "property1": "string",
- "property2": "string"
}
}
]| id required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| IncludeContent | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "messageId": "string",
- "messageType": "string",
- "status": "string",
- "messageText": "string",
- "time": "2019-08-24T14:15:22Z",
- "size": 0,
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "content": "string"
}| id required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "messageId": "string",
- "messageType": "string",
- "status": "string",
- "messageText": "string",
- "time": "2019-08-24T14:15:22Z",
- "size": 0,
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "content": "string"
}| id required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| code | string or null |
| name | string or null |
| numberOfDays required | integer <int32> |
| calculateFrom | string or null |
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "numberOfDays": 0,
- "calculateFrom": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| code | string or null |
| name | string or null |
| numberOfDays required | integer <int32> |
| calculateFrom | string or null |
{- "id": "string",
- "code": "string",
- "name": "string",
- "numberOfDays": 0,
- "calculateFrom": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "code": "string",
- "name": "string",
- "numberOfDays": 0,
- "calculateFrom": "string"
}| payrollCodeId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "payrollCodeId": "string",
- "code": "string",
- "description": "string",
- "payrollCodeType": "Earnings"
}| payrollCodeId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| payrollCodeId | string or null <guid> |
| code | string or null |
((PayrollType (string or null))) | |
| skip | integer or null <int32> |
| take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "payrollCodeId": "string",
- "code": "string",
- "description": "string",
- "payrollCodeType": "Earnings"
}
], - "skip": 0,
- "totalResults": 0
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| payrollCodeId required | string <guid> |
| code | string or null |
| description | string or null |
| payrollCodeType required | string (PayrollType) Enum: "Earnings" "Deductions" "BoatGross" "CaptainNonEI" "Other" |
[- {
- "payrollCodeId": "string",
- "code": "string",
- "description": "string",
- "payrollCodeType": "Earnings"
}
][- {
- "payrollCodeId": "string",
- "code": "string",
- "description": "string",
- "payrollCodeType": "Earnings"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| payrollCodeId required | string <guid> |
| code | string or null |
| description | string or null |
| payrollCodeType required | string (PayrollType) Enum: "Earnings" "Deductions" "BoatGross" "CaptainNonEI" "Other" |
[- {
- "payrollCodeId": "string",
- "code": "string",
- "description": "string",
- "payrollCodeType": "Earnings"
}
][- {
- "portOfLandingId": "string",
- "code": "string",
- "description": "string"
}
]Get item prices for a given date
| accountId required | string <guid> |
| domainId required | string <guid> |
| date | string or null <date-time> |
(PriceListType (string or null)) | |
| dimensionName | string or null |
| dimensionValue | string or null |
| actorNo | string or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "itemId": "string",
- "itemNo": "string",
- "itemExtNo": "string",
- "estimatedWeight": 0,
- "fixedWeight": 0,
- "currencyCode": "string",
- "price": 0,
- "priceUnit": "Weight",
- "discount": 0,
- "discountType": "Percent",
- "actorId": "string",
- "actorNo": "string",
- "priceListId": "string",
- "itemPriceId": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z"
}
]Consumes raw material from the specified purchase order and pallet.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| purchaseOrder | string or null |
| palletSscc | string or null |
{- "purchaseOrder": "string",
- "palletSscc": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Un-consumes raw material for the specified pallet.
| accountId required | string <guid> |
| domainId required | string <guid> |
| palletSscc required | string or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Gets production orders matching the provided search criteries.
| accountId required | string <guid> |
| domainId required | string <guid> |
| Description | string or null |
| ProductionOrderNo | string or null |
| PurchaseOrderNo | string or null |
| DateFrom | string or null <date> |
| DateTo | string or null <date> |
| RecipeId | string or null <guid> |
| Skip | integer or null <int32> |
| Take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "description": "string",
- "recipeVersionId": "string",
- "numberOfEmployees": 0,
- "productionLineId": "string",
- "productionStart": "2019-08-24T14:15:22Z",
- "productionEnd": "2019-08-24T14:15:22Z",
- "personResponsibleId": "string",
- "lotNo": "string",
- "externalRefNo": "string",
- "vendorId": "string",
- "productionOrderId": "string",
- "productionOrderNo": "string",
- "purchaseOrderNo": "string",
- "vendorName": "string",
- "recipeId": "string",
- "recipeName": "string",
- "productionLineName": "string",
- "chain": {
- "id": "string",
- "parentId": "string",
- "name": "string",
- "children": [
- { }
]
}
}
], - "skip": 0,
- "totalResults": 0
}Creates a new production order.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| description | string or null |
| recipeVersionId | string or null <guid> |
| numberOfEmployees | integer or null <int32> |
| productionLineId | string or null <guid> |
| productionStart | string or null <date-time> |
| productionEnd | string or null <date-time> |
| personResponsibleId | string or null <guid> |
| lotNo | string or null |
| externalRefNo | string or null |
| vendorId | string or null <guid> |
| isMultiStepDesired | boolean or null True if additional linked production orders should be created for each step in the recipe. Requires RecipeVersionId and ProductionLineId to have a matching number of prior steps. |
{- "description": "string",
- "recipeVersionId": "string",
- "numberOfEmployees": 0,
- "productionLineId": "string",
- "productionStart": "2019-08-24T14:15:22Z",
- "productionEnd": "2019-08-24T14:15:22Z",
- "personResponsibleId": "string",
- "lotNo": "string",
- "externalRefNo": "string",
- "vendorId": "string",
- "isMultiStepDesired": true
}{- "description": "string",
- "recipeVersionId": "string",
- "numberOfEmployees": 0,
- "productionLineId": "string",
- "productionStart": "2019-08-24T14:15:22Z",
- "productionEnd": "2019-08-24T14:15:22Z",
- "personResponsibleId": "string",
- "lotNo": "string",
- "externalRefNo": "string",
- "vendorId": "string",
- "productionOrderId": "string",
- "productionOrderNo": "string",
- "purchaseOrderNo": "string",
- "vendorName": "string",
- "recipeId": "string",
- "recipeName": "string",
- "productionLineName": "string",
- "chain": {
- "id": "string",
- "parentId": "string",
- "name": "string",
- "children": [
- { }
]
}
}Get one specific production order. The order parameter can be either a production order number or production order id.
| order required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "description": "string",
- "recipeVersionId": "string",
- "numberOfEmployees": 0,
- "productionLineId": "string",
- "productionStart": "2019-08-24T14:15:22Z",
- "productionEnd": "2019-08-24T14:15:22Z",
- "personResponsibleId": "string",
- "lotNo": "string",
- "externalRefNo": "string",
- "vendorId": "string",
- "productionOrderId": "string",
- "productionOrderNo": "string",
- "purchaseOrderNo": "string",
- "vendorName": "string",
- "recipeId": "string",
- "recipeName": "string",
- "productionLineName": "string",
- "chain": {
- "id": "string",
- "parentId": "string",
- "name": "string",
- "children": [
- { }
]
}
}Updates details for a production order. The order parameter can be either a production order number or production order id.
| order required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| description | string or null |
| recipeVersionId | string or null <guid> |
| numberOfEmployees | integer or null <int32> |
| productionLineId | string or null <guid> |
| productionStart | string or null <date-time> |
| productionEnd | string or null <date-time> |
| personResponsibleId | string or null <guid> |
| lotNo | string or null |
| externalRefNo | string or null |
| vendorId | string or null <guid> |
{- "description": "string",
- "recipeVersionId": "string",
- "numberOfEmployees": 0,
- "productionLineId": "string",
- "productionStart": "2019-08-24T14:15:22Z",
- "productionEnd": "2019-08-24T14:15:22Z",
- "personResponsibleId": "string",
- "lotNo": "string",
- "externalRefNo": "string",
- "vendorId": "string"
}{- "description": "string",
- "recipeVersionId": "string",
- "numberOfEmployees": 0,
- "productionLineId": "string",
- "productionStart": "2019-08-24T14:15:22Z",
- "productionEnd": "2019-08-24T14:15:22Z",
- "personResponsibleId": "string",
- "lotNo": "string",
- "externalRefNo": "string",
- "vendorId": "string",
- "productionOrderId": "string",
- "productionOrderNo": "string",
- "purchaseOrderNo": "string",
- "vendorName": "string",
- "recipeId": "string",
- "recipeName": "string",
- "productionLineName": "string",
- "chain": {
- "id": "string",
- "parentId": "string",
- "name": "string",
- "children": [
- { }
]
}
}Updates details for a production order. The supported properties are the same as PUT. The order parameter can be either a production order number or production order id.
| order required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| property name* additional property | any |
{- "property1": null,
- "property2": null
}{- "description": "string",
- "recipeVersionId": "string",
- "numberOfEmployees": 0,
- "productionLineId": "string",
- "productionStart": "2019-08-24T14:15:22Z",
- "productionEnd": "2019-08-24T14:15:22Z",
- "personResponsibleId": "string",
- "lotNo": "string",
- "externalRefNo": "string",
- "vendorId": "string",
- "productionOrderId": "string",
- "productionOrderNo": "string",
- "purchaseOrderNo": "string",
- "vendorName": "string",
- "recipeId": "string",
- "recipeName": "string",
- "productionLineName": "string",
- "chain": {
- "id": "string",
- "parentId": "string",
- "name": "string",
- "children": [
- { }
]
}
}Deletes a production order. The order parameter can be either a production order number or production order id.
| order required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Gets a list of available production lines.
| accountId required | string <guid> |
| domainId required | string <guid> |
| Skip | integer or null <int32> |
| Take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "productionLineId": "string",
- "name": "string",
- "chain": {
- "id": "string",
- "parentId": "string",
- "name": "string",
- "children": [
- { }
]
}
}
], - "skip": 0,
- "totalResults": 0
}Gets a list of available recipes.
| accountId required | string <guid> |
| domainId required | string <guid> |
| Skip | integer or null <int32> |
| Take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "recipeId": "string",
- "recipeVersionId": "string",
- "name": "string",
- "chain": {
- "id": "string",
- "parentId": "string",
- "name": "string",
- "children": [
- { }
]
}
}
], - "skip": 0,
- "totalResults": 0
}Gets a list of available equipment groups.
| accountId required | string <guid> |
| domainId required | string <guid> |
| Skip | integer or null <int32> |
| Take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "equipmentGroupId": "string",
- "name": "string",
- "isSynced": true
}
], - "skip": 0,
- "totalResults": 0
}Get all purchase orders matching date and order status criteries.
| accountId required | string <guid> |
| domainId required | string <guid> |
| fromPoDate | string or null <date-time> |
| toPoDate | string or null <date-time> |
| orderStatus | string or null |
| orderSubStatus | integer or null <int32> |
| subStatus | string or null |
| dimensionName | string or null |
| dimensionValue | string or null |
| vendor | string or null |
| warehouse | string or null |
| externalReferenceNo | string or null |
| changedSince | string or null <date-time> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "purchaseOrderNo": 0,
- "purchaseOrderId": "string",
- "vendorNo": 0,
- "vendorId": "string",
- "responsiblePersonId": "string",
- "packingPlantId": "string",
- "packingLabel": "string",
- "packingDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "currencyId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "warehouseId": "string",
- "comment": "string",
- "externalReferenceNo": "string",
- "vendorOrderNo": "string",
- "vendorReference": "string",
- "cageNo": "string",
- "locationCode": "string",
- "locationNo": 0,
- "tags": [
- "string"
], - "landingNotes": [
- "string"
], - "forecasts": [
- {
- "itemId": "string",
- "lineNo": 0,
- "weight": 0,
- "boxes": 0,
- "price": 0,
- "notes": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "palletNo": "string",
- "boxNo": "string",
- "pieces": 0,
- "netWeight": 0,
- "duplicateUnits": 0
}
]
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| purchaseOrderNo | integer or null <int32> |
| purchaseOrderId | string or null <guid> |
| vendorNo | integer or null <int32> |
| vendorId | string or null <guid> |
| responsiblePersonId | string or null <guid> |
| packingPlantId | string or null <guid> |
| packingLabel | string or null |
| packingDate | string or null <date> |
| arrivalDate | string or null <date> |
| shipmentDate | string or null <date> |
| weightUnitId | string or null |
| currencyId | string or null |
| orderStatus | integer or null <int32> |
| orderSubStatusId | string or null <guid> Deprecated, use SubStatusId |
| subStatusId | string or null <guid> |
| warehouseId | string or null <guid> |
| comment | string or null |
| externalReferenceNo | string or null |
| vendorOrderNo | string or null |
| vendorReference | string or null |
| cageNo | string or null |
| locationCode | string or null |
| locationNo | integer or null <int64> |
| tags | Array of strings or null |
| landingNotes | Array of strings or null |
Array of objects or null (PurchaseOrderForecast) | |
Array of objects or null (OrderDimension) | |
Array of objects or null (PurchaseOrderBoxDto) |
{- "purchaseOrderNo": 0,
- "purchaseOrderId": "string",
- "vendorNo": 0,
- "vendorId": "string",
- "responsiblePersonId": "string",
- "packingPlantId": "string",
- "packingLabel": "string",
- "packingDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "currencyId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "warehouseId": "string",
- "comment": "string",
- "externalReferenceNo": "string",
- "vendorOrderNo": "string",
- "vendorReference": "string",
- "cageNo": "string",
- "locationCode": "string",
- "locationNo": 0,
- "tags": [
- "string"
], - "landingNotes": [
- "string"
], - "forecasts": [
- {
- "itemId": "string",
- "lineNo": 0,
- "weight": 0,
- "boxes": 0,
- "price": 0,
- "notes": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "palletNo": "string",
- "boxNo": "string",
- "pieces": 0,
- "netWeight": 0,
- "duplicateUnits": 0
}
]
}{- "purchaseOrderNo": 0,
- "purchaseOrderId": "string",
- "vendorNo": 0,
- "vendorId": "string",
- "responsiblePersonId": "string",
- "packingPlantId": "string",
- "packingLabel": "string",
- "packingDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "currencyId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "warehouseId": "string",
- "comment": "string",
- "externalReferenceNo": "string",
- "vendorOrderNo": "string",
- "vendorReference": "string",
- "cageNo": "string",
- "locationCode": "string",
- "locationNo": 0,
- "tags": [
- "string"
], - "landingNotes": [
- "string"
], - "forecasts": [
- {
- "itemId": "string",
- "lineNo": 0,
- "weight": 0,
- "boxes": 0,
- "price": 0,
- "notes": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "palletNo": "string",
- "boxNo": "string",
- "pieces": 0,
- "netWeight": 0,
- "duplicateUnits": 0
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| purchaseOrderNo | integer or null <int32> |
| purchaseOrderId | string or null <guid> |
| vendorNo | integer or null <int32> |
| vendorId | string or null <guid> |
| responsiblePersonId | string or null <guid> |
| packingPlantId | string or null <guid> |
| packingLabel | string or null |
| packingDate | string or null <date> |
| arrivalDate | string or null <date> |
| shipmentDate | string or null <date> |
| weightUnitId | string or null |
| currencyId | string or null |
| orderStatus | integer or null <int32> |
| orderSubStatusId | string or null <guid> Deprecated, use SubStatusId |
| subStatusId | string or null <guid> |
| warehouseId | string or null <guid> |
| comment | string or null |
| externalReferenceNo | string or null |
| vendorOrderNo | string or null |
| vendorReference | string or null |
| cageNo | string or null |
| locationCode | string or null |
| locationNo | integer or null <int64> |
| tags | Array of strings or null |
| landingNotes | Array of strings or null |
Array of objects or null (PurchaseOrderForecast) | |
Array of objects or null (OrderDimension) | |
Array of objects or null (PurchaseOrderBoxDto) |
{- "purchaseOrderNo": 0,
- "purchaseOrderId": "string",
- "vendorNo": 0,
- "vendorId": "string",
- "responsiblePersonId": "string",
- "packingPlantId": "string",
- "packingLabel": "string",
- "packingDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "currencyId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "warehouseId": "string",
- "comment": "string",
- "externalReferenceNo": "string",
- "vendorOrderNo": "string",
- "vendorReference": "string",
- "cageNo": "string",
- "locationCode": "string",
- "locationNo": 0,
- "tags": [
- "string"
], - "landingNotes": [
- "string"
], - "forecasts": [
- {
- "itemId": "string",
- "lineNo": 0,
- "weight": 0,
- "boxes": 0,
- "price": 0,
- "notes": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "palletNo": "string",
- "boxNo": "string",
- "pieces": 0,
- "netWeight": 0,
- "duplicateUnits": 0
}
]
}{- "purchaseOrderNo": 0,
- "purchaseOrderId": "string",
- "vendorNo": 0,
- "vendorId": "string",
- "responsiblePersonId": "string",
- "packingPlantId": "string",
- "packingLabel": "string",
- "packingDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "currencyId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "warehouseId": "string",
- "comment": "string",
- "externalReferenceNo": "string",
- "vendorOrderNo": "string",
- "vendorReference": "string",
- "cageNo": "string",
- "locationCode": "string",
- "locationNo": 0,
- "tags": [
- "string"
], - "landingNotes": [
- "string"
], - "forecasts": [
- {
- "itemId": "string",
- "lineNo": 0,
- "weight": 0,
- "boxes": 0,
- "price": 0,
- "notes": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "palletNo": "string",
- "boxNo": "string",
- "pieces": 0,
- "netWeight": 0,
- "duplicateUnits": 0
}
]
}Payload is sent as dictionary, entries in dictionary matches model from PUT.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| property name* additional property | any |
{- "property1": null,
- "property2": null
}{- "purchaseOrderNo": 0,
- "purchaseOrderId": "string",
- "vendorNo": 0,
- "vendorId": "string",
- "responsiblePersonId": "string",
- "packingPlantId": "string",
- "packingLabel": "string",
- "packingDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "currencyId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "warehouseId": "string",
- "comment": "string",
- "externalReferenceNo": "string",
- "vendorOrderNo": "string",
- "vendorReference": "string",
- "cageNo": "string",
- "locationCode": "string",
- "locationNo": 0,
- "tags": [
- "string"
], - "landingNotes": [
- "string"
], - "forecasts": [
- {
- "itemId": "string",
- "lineNo": 0,
- "weight": 0,
- "boxes": 0,
- "price": 0,
- "notes": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "palletNo": "string",
- "boxNo": "string",
- "pieces": 0,
- "netWeight": 0,
- "duplicateUnits": 0
}
]
}| purchaseOrder required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| boxLevel | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "purchaseOrderNo": 0,
- "purchaseOrderId": "string",
- "vendorNo": 0,
- "vendorId": "string",
- "responsiblePersonId": "string",
- "packingPlantId": "string",
- "packingLabel": "string",
- "packingDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "currencyId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "warehouseId": "string",
- "comment": "string",
- "externalReferenceNo": "string",
- "vendorOrderNo": "string",
- "vendorReference": "string",
- "cageNo": "string",
- "locationCode": "string",
- "locationNo": 0,
- "tags": [
- "string"
], - "landingNotes": [
- "string"
], - "forecasts": [
- {
- "itemId": "string",
- "lineNo": 0,
- "weight": 0,
- "boxes": 0,
- "price": 0,
- "notes": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "palletNo": "string",
- "boxNo": "string",
- "pieces": 0,
- "netWeight": 0,
- "duplicateUnits": 0
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| purchaseOrder | string or null |
| processAsync | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "palletNo": "string",
- "sscc": "string",
- "itemCode": "string",
- "itemName": "string",
- "isDeleted": true,
- "purchaseOrderNo": "string",
- "vendorNo": "string",
- "vendorName": "string",
- "poDate": "2019-08-24",
- "poEtaDate": "2019-08-24",
- "netWeight": 0,
- "pieces": 0,
- "extBatchNo": "string",
- "price": 0,
- "priceUnit": 0,
- "boxes": [
- {
- "netWeight": 0,
- "pieces": 0,
- "boxNo": "string",
- "sscc": "string",
- "unit": "string",
- "catchDate": "2019-08-24",
- "productionDate": "2019-08-24",
- "packingLabel": "string"
}
]
}
]| purchaseOrder required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "palletNo": "string",
- "sscc": "string",
- "itemCode": "string",
- "itemName": "string",
- "isDeleted": true,
- "purchaseOrderNo": "string",
- "vendorNo": "string",
- "vendorName": "string",
- "poDate": "2019-08-24",
- "poEtaDate": "2019-08-24",
- "netWeight": 0,
- "pieces": 0,
- "extBatchNo": "string",
- "price": 0,
- "priceUnit": 0,
- "boxes": [
- {
- "netWeight": 0,
- "pieces": 0,
- "boxNo": "string",
- "sscc": "string",
- "unit": "string",
- "catchDate": "2019-08-24",
- "productionDate": "2019-08-24",
- "packingLabel": "string"
}
]
}
]Get all purchase orders matching date and order status criteries.
| accountId required | string <guid> |
| domainId required | string <guid> |
| FromShipmentDate | string or null <date> |
| ToShipmentDate | string or null <date> |
| FromPackingDate | string or null <date> |
| ToPackingDate | string or null <date> |
| FromArrivalDate | string or null <date> |
| ToArrivalDate | string or null <date> |
(OrderTypeEnum (string or null)) | |
(PurchaseOrderStatusEnum (string or null)) | |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "purchaseOrderNo": 0,
- "purchaseOrderId": "string",
- "vendorNo": 0,
- "vendorId": "string",
- "responsiblePersonId": "string",
- "packingPlantId": "string",
- "packingLabel": "string",
- "packingDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "currencyId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "warehouseId": "string",
- "comment": "string",
- "externalReferenceNo": "string",
- "vendorOrderNo": "string",
- "vendorReference": "string",
- "cageNo": "string",
- "locationCode": "string",
- "locationNo": 0,
- "tags": [
- "string"
], - "landingNotes": [
- "string"
], - "forecasts": [
- {
- "itemId": "string",
- "lineNo": 0,
- "weight": 0,
- "boxes": 0,
- "price": 0,
- "notes": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "palletNo": "string",
- "boxNo": "string",
- "pieces": 0,
- "netWeight": 0,
- "duplicateUnits": 0
}
]
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| systemStatus | string or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "subStatusId": "string",
- "systemStatus": "string",
- "name": "string",
- "description": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| purchaseOrderId required | string <guid> |
| contentType | string or null |
| documentType | string or null |
| fileName | string or null |
| payLoad | string or null <byte> |
{- "purchaseOrderId": "string",
- "contentType": "string",
- "documentType": "string",
- "fileName": "string",
- "payLoad": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| limit required | integer <int32> |
| window required | string <duration> |
{- "limit": 0,
- "window": "string"
}{- "limit": 0,
- "window": "string"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "currentAvailablePermits": 0,
- "currentQueuedCount": 0,
- "totalFailedLeases": 0,
- "totalSuccessfulLeases": 0
}| type required | string (ReceivingOrderType) Enum: "Invalid" "Purchase" "Transfer" |
| order required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| boxLevel | boolean or null |
| includeItemDimensions | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "orderId": "string",
- "orderNo": "string",
- "orderType": "Invalid",
- "vendor": {
- "vendorId": "string",
- "number": "string",
- "name": "string"
}, - "responsiblePersonName": "string",
- "packingPlant": {
- "packingPlantId": "string",
- "packingLabel": "string",
- "name": "string"
}, - "warehouse": {
- "warehouseId": "string",
- "name": "string"
}, - "packingDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "etd": "2019-08-24T14:15:22Z",
- "weightUnitId": "string",
- "tags": [
- "string"
], - "tripNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterName": "string",
- "externalOrderInformation": "string",
- "awbNo": "string",
- "subStatus": {
- "subStatusId": "string",
- "name": "string",
- "description": "string"
}, - "systemStatus": "string",
- "orderLines": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "itemDimensions": {
- "conservation": "string"
}, - "lineNo": 0,
- "weight": 0,
- "noOfUnits": 0,
- "pieces": 0
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| changedSince | string or null <date-time> |
| subStatusId | string or null <guid> |
| skip | integer or null <int32> |
| take | integer <int32> |
| boxLevel | boolean or null |
| includeItemDimensions | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "orderId": "string",
- "orderNo": "string",
- "orderType": "Invalid",
- "vendor": {
- "vendorId": "string",
- "number": "string",
- "name": "string"
}, - "responsiblePersonName": "string",
- "packingPlant": {
- "packingPlantId": "string",
- "packingLabel": "string",
- "name": "string"
}, - "warehouse": {
- "warehouseId": "string",
- "name": "string"
}, - "packingDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "etd": "2019-08-24T14:15:22Z",
- "weightUnitId": "string",
- "tags": [
- "string"
], - "tripNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterName": "string",
- "externalOrderInformation": "string",
- "awbNo": "string",
- "subStatus": {
- "subStatusId": "string",
- "name": "string",
- "description": "string"
}, - "systemStatus": "string",
- "orderLines": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "itemDimensions": {
- "conservation": "string"
}, - "lineNo": 0,
- "weight": 0,
- "noOfUnits": 0,
- "pieces": 0
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
]
}
], - "skip": 0,
- "totalResults": 0
}| accountId required | string <guid> |
| domainId required | string <guid> |
| changedSince | string or null <date-time> |
| subStatusId | string or null <guid> |
| skip | integer or null <int32> |
| take | integer <int32> |
| boxLevel | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "orderId": "string",
- "orderType": "Invalid",
- "orderNo": "string",
- "documentType": "string",
- "documentTypeId": "string",
- "documentId": "string",
- "name": "string",
- "uri": "string"
}
], - "skip": 0,
- "totalResults": 0
}Get sales orders matching the date and order status criteries.
| accountId required | string <guid> |
| domainId required | string <guid> |
| fromDate | string or null <date-time> |
| toDate | string or null <date-time> |
| systemStatus | string or null |
| orderSubStatus | integer or null <int32> |
| subStatus | string or null |
| dimensionName | string or null |
| dimensionValue | string or null |
| customerOrderNo | string or null |
| warehouse | string or null |
| boxLevel | boolean or null |
| packingPlant | string or null |
| changedSince | string or null <date-time> |
| includeDeleted | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| salesOrderNo | integer or null <int32> |
| salesOrderId | string or null <guid> |
| customerNo | integer or null <int32> |
| customerId | string or null <guid> |
| responsiblePersonId | string or null <guid> |
| vendorSalesOrderNo | string or null |
| customerReference | string or null |
| orderInfo | string or null |
| awbNo | string or null |
| flightRegNo | string or null |
| transportRegNo | string or null |
| transporterNo | integer or null <int32> |
| transporterId | string or null <guid> |
| packingPlantId | string or null <guid> |
| shipmentDate | string or null <date> |
| packingPlantShipmentDate | string or null <date> |
| eta | string or null <date-time> |
| shipFromId | string or null <guid> |
| orderStatus | integer or null <int32> |
| orderSubStatusId | string or null <guid> Deprecated, use SubStatusId |
| subStatusId | string or null <guid> |
| systemStatus | string or null |
| isDeleted | boolean or null |
| currencyId | string or null |
| weightUnitId | string or null |
| customerOrderNo | string or null |
| customerPurchaseOrderNo | string or null |
| comment | string or null |
| tags | Array of strings or null |
| deliveryPlaceId | string or null <guid> |
| deliveryPlaceName | string or null |
| deliveryPlaceAddress1 | string or null |
| deliveryPlaceAddress2 | string or null |
| deliveryPlaceAddress3 | string or null |
| deliveryPlaceAddress4 | string or null |
| deliveryPlacePostCode | string or null |
| deliveryPlacePostalPlace | string or null |
| deliveryPlaceState | string or null |
| deliveryPlaceCountry | string or null |
| deliveryTerms | string or null Delivery terms code, e.g. DAP, DDP, FCA etc. |
| routeNumber | string or null |
| deliveryRemarks | string or null |
| paymentTermsId | string or null <guid> |
| paymentTermsCode | string or null |
| paymentTermsName | string or null |
Array of objects or null (SalesOrderLine) | |
Array of objects or null (OrderDimension) | |
Array of objects or null (SalesOrderBox) | |
| gln | string or null |
| organizationNo | string or null |
| deliveryGLN | string or null |
| property name* additional property | any or null |
{- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null,
- "gln": "string",
- "organizationNo": "string",
- "deliveryGLN": "string"
}{- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| salesOrderNo | integer or null <int32> |
| salesOrderId | string or null <guid> |
| customerNo | integer or null <int32> |
| customerId | string or null <guid> |
| responsiblePersonId | string or null <guid> |
| vendorSalesOrderNo | string or null |
| customerReference | string or null |
| orderInfo | string or null |
| awbNo | string or null |
| flightRegNo | string or null |
| transportRegNo | string or null |
| transporterNo | integer or null <int32> |
| transporterId | string or null <guid> |
| packingPlantId | string or null <guid> |
| shipmentDate | string or null <date> |
| packingPlantShipmentDate | string or null <date> |
| eta | string or null <date-time> |
| shipFromId | string or null <guid> |
| orderStatus | integer or null <int32> |
| orderSubStatusId | string or null <guid> Deprecated, use SubStatusId |
| subStatusId | string or null <guid> |
| systemStatus | string or null |
| isDeleted | boolean or null |
| currencyId | string or null |
| weightUnitId | string or null |
| customerOrderNo | string or null |
| customerPurchaseOrderNo | string or null |
| comment | string or null |
| tags | Array of strings or null |
| deliveryPlaceId | string or null <guid> |
| deliveryPlaceName | string or null |
| deliveryPlaceAddress1 | string or null |
| deliveryPlaceAddress2 | string or null |
| deliveryPlaceAddress3 | string or null |
| deliveryPlaceAddress4 | string or null |
| deliveryPlacePostCode | string or null |
| deliveryPlacePostalPlace | string or null |
| deliveryPlaceState | string or null |
| deliveryPlaceCountry | string or null |
| deliveryTerms | string or null Delivery terms code, e.g. DAP, DDP, FCA etc. |
| routeNumber | string or null |
| deliveryRemarks | string or null |
| paymentTermsId | string or null <guid> |
| paymentTermsCode | string or null |
| paymentTermsName | string or null |
Array of objects or null (SalesOrderLine) | |
Array of objects or null (OrderDimension) | |
Array of objects or null (SalesOrderBox) | |
| property name* additional property | any or null |
{- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null
}{- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null
}Payload is sent as dictionary, entries in dictionary matches model from PUT.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| property name* additional property | any |
{- "property1": null,
- "property2": null
}{- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null
}Get one specific sales order. SalesOrder parameter can be sales order number or sales order id.
| salesOrder required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| customerOrderNo | string or null |
| boxLevel | boolean or null |
| allocated | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| salesOrder | string or null |
| customerOrderNo | string or null |
| processAsync | boolean or null |
| ignoreIfConfirmed | boolean or null |
| checkBooking | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "salesOrderNo": 0,
- "salesOrderId": "string",
- "customerNo": 0,
- "customerId": "string",
- "responsiblePersonId": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": 0,
- "transporterId": "string",
- "packingPlantId": "string",
- "shipmentDate": "2019-08-24",
- "packingPlantShipmentDate": "2019-08-24",
- "eta": "2019-08-24T14:15:22Z",
- "shipFromId": "string",
- "orderStatus": 0,
- "orderSubStatusId": "string",
- "subStatusId": "string",
- "systemStatus": "string",
- "isDeleted": true,
- "currencyId": "string",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "deliveryTerms": "string",
- "routeNumber": "string",
- "deliveryRemarks": "string",
- "paymentTermsId": "string",
- "paymentTermsCode": "string",
- "paymentTermsName": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| systemStatus | string or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "subStatusId": "string",
- "systemStatus": "string",
- "name": "string",
- "description": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| salesOrder | string or null |
| salesOrderLineId | string or null <guid> |
| salesOrderLineNo | integer or null <int32> |
| includeDeletedLines | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| salesOrder required | string or null |
| userId | string <guid> |
| traceId | string <guid> |
| orderLineId | string or null <guid> |
| orderLineNo | integer or null <int32> |
| itemCode | string or null |
| itemId | string or null <guid> |
| gtin | string or null |
| externalItemCode | string or null |
| externalItemDescription | string or null |
| bookedBoxes | integer or null <int32> |
| bookedWeight | number or null <decimal> |
| allocatedBoxes | integer or null <int32> |
| allocatedWeight | number or null <decimal> |
| unitsPerPallet | integer or null <int32> |
| piecesPerUnit | integer or null <int32> |
| notes | string or null |
| price | number or null <decimal> |
| priceUnit | integer or null <int32> 0=weight, 1=consumer pack, 2=box ?? |
| isDeleted required | boolean |
{- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}{- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| orderLineId | string or null <guid> |
| orderLineNo | integer or null <int32> |
| itemCode | string or null |
| itemId | string or null <guid> |
| gtin | string or null |
| externalItemCode | string or null |
| externalItemDescription | string or null |
| bookedBoxes | integer or null <int32> |
| bookedWeight | number or null <decimal> |
| allocatedBoxes | integer or null <int32> |
| allocatedWeight | number or null <decimal> |
| unitsPerPallet | integer or null <int32> |
| piecesPerUnit | integer or null <int32> |
| notes | string or null |
| price | number or null <decimal> |
| priceUnit | integer or null <int32> 0=weight, 1=consumer pack, 2=box ?? |
| isDeleted required | boolean |
{- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}{- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}Payload is sent as dictionary, entries in dictionary matches model from PUT.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| property name* additional property | any |
{- "property1": null,
- "property2": null
}{- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}| salesOrderLineId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}| salesOrderLine required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "gtin": "string",
- "externalItemCode": "string",
- "externalItemDescription": "string",
- "bookedBoxes": 0,
- "bookedWeight": 0,
- "allocatedBoxes": 0,
- "allocatedWeight": 0,
- "unitsPerPallet": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "price": 0,
- "priceUnit": 0,
- "isDeleted": true
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "settlementHeaderId": "string",
- "settlementNo": "string",
- "vesselCode": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "trips": [
- {
- "fishingTripHeaderId": "string",
- "fishingTripNo": "string",
- "fishTicketNo": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "landingDate": "2019-08-24",
- "lines": [
- {
- "fishingTripItemLineId": "string",
- "lineNo": 0,
- "itemCode": "string",
- "itemName": "string",
- "grossWeight": 0,
- "netWeight": 0,
- "price": 0,
- "amount": 0,
- "speciesCode": "string"
}
], - "warehouseCode": "string"
}
], - "crewDetails": [
- {
- "settlementCrewDetailId": "string",
- "quantity": 0,
- "unitPrice": 0,
- "crewNumber": "string",
- "crewName": "string",
- "payrollCode": "string",
- "description": "string",
- "customerCode": "string",
- "documentNumber": "string",
- "speciesCode": "string",
- "fromERP": true,
- "positionCode": "string",
- "positionDescription": "string",
- "landingFeeCode": "string",
- "landingFeeDescription": "string"
}
]
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| settlementHeaderId required | string <guid> |
| status required | string (IntegrationStatus) Enum: "None" "ReadyToSend" "ReadByIntegration" |
[- {
- "settlementHeaderId": "string",
- "status": "None"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| order required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| boxLevel | boolean or null |
| includeItemDimensions | boolean or null |
| includeTransportationTasks | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "orderNo": "string",
- "orderType": "Sales",
- "orderId": "string",
- "customerNo": "string",
- "customerName": "string",
- "responsiblePersonName": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "tripNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterName": "string",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlace": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}, - "subStatus": {
- "subStatusId": "string",
- "name": "string",
- "description": "string"
}, - "externalOrderInformation": "string",
- "eta": "2019-08-24T14:15:22Z",
- "etd": "2019-08-24T14:15:22Z",
- "fromWarehouse": "string",
- "systemStatus": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemName": "string",
- "itemId": "string",
- "itemDimensions": {
- "conservation": "string"
}, - "gtin": "string",
- "externalItemCode": "string",
- "bookedWeight": 0,
- "bookedBoxes": 0,
- "allocatedWeight": 0,
- "allocatedBoxes": 0,
- "notes": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "transportationTasks": [
- {
- "tripNumber": 0,
- "taskNumber": 0,
- "orderNumber": 0,
- "orderType": "string",
- "customerName": "string"
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| changedSince | string or null <date-time> |
| subStatusId | string or null <guid> |
| skip | integer or null <int32> |
| take | integer <int32> |
| boxLevel | boolean or null |
| includeItemDimensions | boolean or null |
| includeTransportationTasks | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "orderNo": "string",
- "orderType": "Sales",
- "orderId": "string",
- "customerNo": "string",
- "customerName": "string",
- "responsiblePersonName": "string",
- "vendorSalesOrderNo": "string",
- "customerReference": "string",
- "orderInfo": "string",
- "awbNo": "string",
- "tripNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterName": "string",
- "shipmentDate": "2019-08-24",
- "weightUnitId": "string",
- "customerOrderNo": "string",
- "customerPurchaseOrderNo": "string",
- "comment": "string",
- "tags": [
- "string"
], - "deliveryPlace": {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}, - "subStatus": {
- "subStatusId": "string",
- "name": "string",
- "description": "string"
}, - "externalOrderInformation": "string",
- "eta": "2019-08-24T14:15:22Z",
- "etd": "2019-08-24T14:15:22Z",
- "fromWarehouse": "string",
- "systemStatus": "string",
- "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemName": "string",
- "itemId": "string",
- "itemDimensions": {
- "conservation": "string"
}, - "gtin": "string",
- "externalItemCode": "string",
- "bookedWeight": 0,
- "bookedBoxes": 0,
- "allocatedWeight": 0,
- "allocatedBoxes": 0,
- "notes": "string"
}
], - "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
], - "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "transportationTasks": [
- {
- "tripNumber": 0,
- "taskNumber": 0,
- "orderNumber": 0,
- "orderType": "string",
- "customerName": "string"
}
]
}
], - "skip": 0,
- "totalResults": 0
}| accountId required | string <guid> |
| domainId required | string <guid> |
| changedSince | string or null <date-time> |
| subStatusId | string or null <guid> |
| skip | integer or null <int32> |
| take | integer <int32> |
| boxLevel | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "orderId": "string",
- "orderType": "Sales",
- "orderNo": "string",
- "documentType": "string",
- "documentTypeId": "string",
- "documentId": "string",
- "name": "string",
- "uri": "string"
}
], - "skip": 0,
- "totalResults": 0
}| accountId required | string <guid> |
| domainId required | string <guid> |
| applicationId | string or null <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "method": "string",
- "path": "string",
- "totalCount": 0,
- "successCount": 0,
- "rateLimitedCount": 0
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "tagId": "string",
- "code": "string",
- "description": "string",
- "tagType": "string",
- "certificateType": "string",
- "active": true
}
]| consignmentId required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| name | string or null |
| interchangeId | string or null |
Array of objects or null (XYPoint) [ items ] | |
| latitude required | number <double> |
| longitude required | number <double> |
| date | string or null |
| transporterCode | string or null |
| freeText | string or null |
| publicPictures | Array of strings or null |
| waitingTime required | number <double> |
| customerIsPresent | boolean or null |
(ExecutedBy (object or null)) | |
| arrivalTime | string or null |
{- "name": "string",
- "interchangeId": "string",
- "signatureLines": [
- [
- {
- "x": 0,
- "y": 0
}
]
], - "latitude": 0.1,
- "longitude": 0.1,
- "date": "string",
- "transporterCode": "string",
- "freeText": "string",
- "publicPictures": [
- "string"
], - "waitingTime": 0.1,
- "customerIsPresent": true,
- "executedBy": {
- "phoneNumber": "string"
}, - "arrivalTime": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| name | string or null |
| interchangeId | string or null |
Array of objects or null (XYPoint) [ items ] | |
| latitude required | number <double> |
| longitude required | number <double> |
| date | string or null |
| transporterCode | string or null |
| freeText | string or null |
| publicPictures | Array of strings or null |
| waitingTime required | number <double> |
| customerIsPresent | boolean or null |
(ExecutedBy (object or null)) | |
| arrivalTime | string or null |
{- "name": "string",
- "interchangeId": "string",
- "signatureLines": [
- [
- {
- "x": 0,
- "y": 0
}
]
], - "latitude": 0.1,
- "longitude": 0.1,
- "date": "string",
- "transporterCode": "string",
- "freeText": "string",
- "publicPictures": [
- "string"
], - "waitingTime": 0.1,
- "customerIsPresent": true,
- "executedBy": {
- "phoneNumber": "string"
}, - "arrivalTime": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| legId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| legId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| query | string or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| tripId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| query | string or null |
| tripId | string or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| query | string or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| onlyReturnPackageType required | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| isReturn required | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| ediMessage | string or null |
{- "ediMessage": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| ediMessage | string or null |
{- "ediMessage": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| orderId required | string <guid> |
| documentId required | string <guid> |
| documentType | string or null |
| description | string or null |
| fileName | string or null |
| contents | string or null base64 |
| interchangeId | string or null |
{- "orderId": "string",
- "documentId": "string",
- "documentType": "string",
- "description": "string",
- "fileName": "string",
- "contents": "string",
- "interchangeId": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| tmsDocumentId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| invoiceId required | string <guid> |
| customerId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| vehicleId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| vehicleTypeId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| OnlyReturnGuids | boolean |
| AllPickedUp | boolean or null |
| HasDeviation | boolean or null |
| OrderNumber | integer or null <int32> |
| EtdRange | string or null |
| EtaRange | string or null |
| UpdatedAt | string or null <duration> |
| FromUpdatedAt | string or null <date-time> |
| ToUpdatedAt | string or null <date-time> |
| QuickSearch | string or null |
| OrderId | string or null <guid> |
| Responsibles | Array of strings or null <guid> [ items <guid > ] |
| Consignor | string or null |
| Consignee | string or null |
| Container | string or null |
| Label | string or null |
| Customer | string or null <guid> |
| Customers | Array of strings or null <guid> [ items <guid > ] |
| ExcludeCustomers | Array of strings or null <guid> [ items <guid > ] |
| Vendors | Array of strings or null <guid> [ items <guid > ] |
| ExcludeVendors | Array of strings or null <guid> [ items <guid > ] |
| Transporters | Array of strings or null <guid> [ items <guid > ] |
| ExcludeTransporters | Array of strings or null <guid> [ items <guid > ] |
(OrderSearchPredefinedFilter (string or null)) | |
(OrderStatusFilter (string or null)) | |
| FromAreas | Array of strings or null <guid> [ items <guid > ] |
| ExcludeFromAreas | Array of strings or null <guid> [ items <guid > ] |
| FromCountryCode | string or null |
| ToAreas | Array of strings or null <guid> [ items <guid > ] |
| ExcludeToAreas | Array of strings or null <guid> [ items <guid > ] |
| ToCountryCode | string or null |
| OrderIds | Array of strings or null <guid> [ items <guid > ] |
| ExcludeOrderIds | Array of strings or null <guid> [ items <guid > ] |
| GoodsTypeIds | Array of strings or null <guid> [ items <guid > ] |
| ExcludeGoodsTypeIds | Array of strings or null <guid> [ items <guid > ] |
| OrderTypeIds | Array of strings or null <guid> [ items <guid > ] |
| ServiceCodeIds | Array of strings or null <guid> [ items <guid > ] |
| ExcludeOrderTypeIds | Array of strings or null <guid> [ items <guid > ] |
| TripIds | Array of strings or null <guid> [ items <guid > ] |
| BookingReference | string or null |
| AirwaybillNumber | string or null |
| CustomsReceiptNumber | string or null |
| CustomsGoodsNumber | string or null |
| CustomsMrnNumber | string or null |
(CalculatedSumOfIncomeFilter (string or null)) | |
(CalculatedSumOfCostsFilter (string or null)) | |
| Departments | Array of strings or null <guid> [ items <guid > ] |
| ExcludeDepartments | Array of strings or null <guid> [ items <guid > ] |
| DeliveryRouteNumber | string or null |
(OrderSortBy (string or null)) | |
| SortByAscending | boolean |
| Tags | Array of strings or null <guid> [ items <guid > ] |
| ExcludeTags | Array of strings or null <guid> [ items <guid > ] |
| IsContributionMarginPositive | boolean or null |
| Incoterms | Array of strings or null <guid> [ items <guid > ] |
| take | integer or null <int32> |
| skip | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| lineId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| lineId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| pricingId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| pricingId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| orderId required | string <guid> |
| pricingId required | string <guid> |
| lineId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| IsAssigned | boolean or null |
| IsDispatched | boolean or null |
| IsPickupTask | boolean or null |
| IsDeliveryTask | boolean or null |
| DateTimeRange | string or null |
| FitsTripId | string or null <guid> |
| TaskIds | string or null |
| EtdRange | string or null |
| EtaRange | string or null |
| GrossWeight | string or null |
| DispatchAddressGenericSearch | string or null |
| DeliveryAddressGenericSearch | string or null |
| FromArea | string or null <guid> |
| FromCountryCode | string or null |
| ToArea | string or null <guid> |
| ToCountryCode | string or null |
| OrderType | string or null <guid> |
| ResponsibleId | string or null <guid> |
| ResponsibleIds | Array of strings or null <guid> [ items <guid > ] |
(TaskType (string or null)) | |
| QuickSearch | string or null |
| IncomingGoodsReady | boolean or null |
| GoodsTypeIds | Array of strings or null <guid> [ items <guid > ] |
| ExcludeGoodsTypeIds | Array of strings or null <guid> [ items <guid > ] |
| OrderTypeIds | Array of strings or null <guid> [ items <guid > ] |
| ExcludeOrderTypeIds | Array of strings or null <guid> [ items <guid > ] |
| DeliveryRouteNumber | string or null |
| ServiceCodeIds | Array of strings or null <guid> [ items <guid > ] |
| Tags | Array of strings or null <guid> [ items <guid > ] |
| ExcludeTags | Array of strings or null <guid> [ items <guid > ] |
(TaskSortBy (string or null)) | |
| SortByAscending | boolean |
(LoadingUnitAllocationStatus (string or null)) | |
(ModeOfTransport (string or null)) | |
| TripTypeId | string or null <guid> |
| VehicleId | string or null <guid> |
(TripKind (string or null)) | |
| take | integer or null <int32> |
| skip | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| taskId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| service | string or null |
| id | string or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| FromShippingDate | string or null <date-time> |
| ToShippingDate | string or null <date-time> |
| SystemStatus | string or null |
| DimensionName | string or null |
| DimensionValue | string or null |
| FromWarehouse | string or null |
| ToWarehouse | string or null |
| includeBoxes | boolean Default: false Will only return boxes if result is max 25 orders |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "transferOrderNo": 0,
- "transferOrderId": "string",
- "toWarehouseId": "string",
- "toWarehouseName": "string",
- "responsiblePersonId": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterId": "string",
- "shipmentDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "weightUnitId": "string",
- "comment": "string",
- "reference": "string",
- "deliveryRemarks": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "itemName": "string",
- "numberOfBoxes": 0,
- "weight": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
]
}
]
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| shipmentDate required | string <date> |
| arrivalDate required | string <date> |
| responsiblePersonId required | string <guid> |
| toWarehouseId required | string <guid> |
| transporterId | string or null <guid> |
| awbNo | string or null |
| flightRegNo | string or null |
| transportRegNo | string or null |
| comment | string or null |
| reference | string or null |
| deliveryRemarks | string or null |
| tags | Array of strings or null |
| deliveryPlaceId | string or null <guid> |
| deliveryPlaceName | string or null |
| deliveryPlaceAddress1 | string or null |
| deliveryPlaceAddress2 | string or null |
| deliveryPlaceAddress3 | string or null |
| deliveryPlaceAddress4 | string or null |
| deliveryPlacePostCode | string or null |
| deliveryPlacePostalPlace | string or null |
| deliveryPlaceState | string or null |
| deliveryPlaceCountry | string or null |
Array of objects or null (OrderDimension) | |
Array of objects or null (CreateTransferOrderLine) |
{- "shipmentDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "responsiblePersonId": "string",
- "toWarehouseId": "string",
- "transporterId": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "comment": "string",
- "reference": "string",
- "deliveryRemarks": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "orderLines": [
- {
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "numberOfBoxes": 0,
- "weight": 0,
- "weightUnitId": "string"
}
]
}{- "transferOrderNo": 0,
- "transferOrderId": "string",
- "toWarehouseId": "string",
- "toWarehouseName": "string",
- "responsiblePersonId": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterId": "string",
- "shipmentDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "weightUnitId": "string",
- "comment": "string",
- "reference": "string",
- "deliveryRemarks": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "itemName": "string",
- "numberOfBoxes": 0,
- "weight": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
]
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| transferOrderId required | string <guid> |
| toWarehouseId | string or null <guid> |
| responsiblePersonId | string or null <guid> |
| awbNo | string or null |
| flightRegNo | string or null |
| transportRegNo | string or null |
| transporterId | string or null <guid> |
| shipmentDate | string or null <date> |
| arrivalDate | string or null <date> |
| weightUnitId | string or null |
| comment | string or null |
| reference | string or null |
| deliveryRemarks | string or null |
| tags | Array of strings or null |
| deliveryPlaceId | string or null <guid> |
| deliveryPlaceName | string or null |
| deliveryPlaceAddress1 | string or null |
| deliveryPlaceAddress2 | string or null |
| deliveryPlaceAddress3 | string or null |
| deliveryPlaceAddress4 | string or null |
| deliveryPlacePostCode | string or null |
| deliveryPlacePostalPlace | string or null |
| deliveryPlaceState | string or null |
| deliveryPlaceCountry | string or null |
Array of objects or null (OrderDimension) |
{- "transferOrderId": "string",
- "toWarehouseId": "string",
- "responsiblePersonId": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterId": "string",
- "shipmentDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "weightUnitId": "string",
- "comment": "string",
- "reference": "string",
- "deliveryRemarks": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
]
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Payload is sent as dictionary, entries in dictionary matches model from PUT.
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| property name* additional property | any |
{- "property1": null,
- "property2": null
}{- "transferOrderNo": 0,
- "transferOrderId": "string",
- "toWarehouseId": "string",
- "toWarehouseName": "string",
- "responsiblePersonId": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterId": "string",
- "shipmentDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "weightUnitId": "string",
- "comment": "string",
- "reference": "string",
- "deliveryRemarks": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "itemName": "string",
- "numberOfBoxes": 0,
- "weight": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
]
}
]
}| transferOrder required | string TransferOrderId or TransferOrderNo |
| accountId required | string <guid> |
| domainId required | string <guid> |
| includeBoxes | boolean Default: false True if boxes should be included on line level |
| userId | string <guid> |
| traceId | string <guid> |
{- "transferOrderNo": 0,
- "transferOrderId": "string",
- "toWarehouseId": "string",
- "toWarehouseName": "string",
- "responsiblePersonId": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterId": "string",
- "shipmentDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "weightUnitId": "string",
- "comment": "string",
- "reference": "string",
- "deliveryRemarks": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "itemName": "string",
- "numberOfBoxes": 0,
- "weight": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
]
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| transferOrder | string or null |
| processAsync | boolean or null |
| ignoreIfConfirmed | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
{- "transferOrderNo": 0,
- "transferOrderId": "string",
- "toWarehouseId": "string",
- "toWarehouseName": "string",
- "responsiblePersonId": "string",
- "awbNo": "string",
- "flightRegNo": "string",
- "transportRegNo": "string",
- "transporterNo": "string",
- "transporterId": "string",
- "shipmentDate": "2019-08-24",
- "arrivalDate": "2019-08-24",
- "weightUnitId": "string",
- "comment": "string",
- "reference": "string",
- "deliveryRemarks": "string",
- "tags": [
- "string"
], - "deliveryPlaceId": "string",
- "deliveryPlaceName": "string",
- "deliveryPlaceAddress1": "string",
- "deliveryPlaceAddress2": "string",
- "deliveryPlaceAddress3": "string",
- "deliveryPlaceAddress4": "string",
- "deliveryPlacePostCode": "string",
- "deliveryPlacePostalPlace": "string",
- "deliveryPlaceState": "string",
- "deliveryPlaceCountry": "string",
- "dimensions": [
- {
- "dimensionId": "string",
- "dimensionName": "string",
- "sortOrder": 0,
- "dimensionDetailId": "string",
- "dimensionDetailName": "string"
}
], - "orderLines": [
- {
- "orderLineId": "string",
- "orderLineNo": 0,
- "itemCode": "string",
- "itemId": "string",
- "itemName": "string",
- "numberOfBoxes": 0,
- "weight": 0,
- "piecesPerUnit": 0,
- "notes": "string",
- "boxes": [
- {
- "itemId": "string",
- "itemCode": "string",
- "itemName": "string",
- "palletNo": "string",
- "palletSscc": "string",
- "boxNo": "string",
- "boxSscc": "string",
- "useBy": "2019-08-24",
- "netWeight": 0,
- "duplicateUnits": 0,
- "lotNo": "string",
- "batchNo": "string",
- "packingLabel": "string"
}
]
}
]
}| accountId required | string <guid> |
| domainId required | string <guid> |
| transporterNo | integer or null <int32> |
| changedSince | string or null <date-time> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "id": "string",
- "transporterNo": 0,
- "externalTransporterNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| transporterNo | integer or null <int32> |
| externalTransporterNo | string or null |
| name | string or null |
| active required | boolean |
| organizationNo | string or null |
| vatIdentificationNo | string or null |
| currencyCode | string or null |
| languageCode | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
| ledgerNo | string or null |
| eori | string or null |
| vatRequired required | boolean |
Array of objects or null (Address) | |
Array of objects or null (ContactInformation) | |
| lastModifiedAt | string or null <date-time> |
[- {
- "id": "string",
- "transporterNo": 0,
- "externalTransporterNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "transporterNo": 0,
- "externalTransporterNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| transporterNo | integer or null <int32> |
| externalTransporterNo | string or null |
| name | string or null |
| active required | boolean |
| organizationNo | string or null |
| vatIdentificationNo | string or null |
| currencyCode | string or null |
| languageCode | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
| ledgerNo | string or null |
| eori | string or null |
| vatRequired required | boolean |
Array of objects or null (Address) | |
Array of objects or null (ContactInformation) | |
| lastModifiedAt | string or null <date-time> |
{- "id": "string",
- "transporterNo": 0,
- "externalTransporterNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| addressId | string or null <guid> |
| type required | string (AddressType) Enum: "Unspecified" "InvoiceAddress" "DeliveryAddress" |
| name | string or null |
| address1 | string or null |
| address2 | string or null |
| address3 | string or null |
| address4 | string or null |
| zipCode | string or null |
| city | string or null |
| state | string or null |
| countryCode | string or null |
| gln | string or null |
| routeNumber | string or null |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| addressId | string or null <guid> |
| type required | string (AddressType) Enum: "Unspecified" "InvoiceAddress" "DeliveryAddress" |
| name | string or null |
| address1 | string or null |
| address2 | string or null |
| address3 | string or null |
| address4 | string or null |
| zipCode | string or null |
| city | string or null |
| state | string or null |
| countryCode | string or null |
| gln | string or null |
| routeNumber | string or null |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| VendorNo | integer or null <int32> |
| ChangedSince | string or null <date-time> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "id": "string",
- "vendorNo": 0,
- "externalVendorNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "paymentTerms": "string",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| vendorNo | integer or null <int32> |
| externalVendorNo | string or null |
| name | string or null |
| active required | boolean |
| organizationNo | string or null |
| vatIdentificationNo | string or null |
| currencyCode | string or null |
| languageCode | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
| ledgerNo | string or null |
| eori | string or null |
| vatRequired required | boolean |
| paymentTerms | string or null |
Array of objects or null (Address) | |
Array of objects or null (ContactInformation) | |
| lastModifiedAt | string or null <date-time> |
[- {
- "id": "string",
- "vendorNo": 0,
- "externalVendorNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "paymentTerms": "string",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}
][- {
- "id": "string",
- "vendorNo": 0,
- "externalVendorNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "paymentTerms": "string",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}
]| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "id": "string",
- "vendorNo": 0,
- "externalVendorNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "paymentTerms": "string",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| id | string or null <guid> |
| vendorNo | integer or null <int32> |
| externalVendorNo | string or null |
| name | string or null |
| active required | boolean |
| organizationNo | string or null |
| vatIdentificationNo | string or null |
| currencyCode | string or null |
| languageCode | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
| ledgerNo | string or null |
| eori | string or null |
| vatRequired required | boolean |
| paymentTerms | string or null |
Array of objects or null (Address) | |
Array of objects or null (ContactInformation) | |
| lastModifiedAt | string or null <date-time> |
{- "id": "string",
- "vendorNo": 0,
- "externalVendorNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "paymentTerms": "string",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}{- "id": "string",
- "vendorNo": 0,
- "externalVendorNo": "string",
- "name": "string",
- "active": true,
- "organizationNo": "string",
- "vatIdentificationNo": "string",
- "currencyCode": "string",
- "languageCode": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string",
- "ledgerNo": "string",
- "eori": "string",
- "vatRequired": true,
- "paymentTerms": "string",
- "addresses": [
- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
], - "contactInformation": [
- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
], - "lastModifiedAt": "2019-08-24T14:15:22Z"
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| addressId | string or null <guid> |
| type required | string (AddressType) Enum: "Unspecified" "InvoiceAddress" "DeliveryAddress" |
| name | string or null |
| address1 | string or null |
| address2 | string or null |
| address3 | string or null |
| address4 | string or null |
| zipCode | string or null |
| city | string or null |
| state | string or null |
| countryCode | string or null |
| gln | string or null |
| routeNumber | string or null |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| id required | string |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| addressId | string or null <guid> |
| type required | string (AddressType) Enum: "Unspecified" "InvoiceAddress" "DeliveryAddress" |
| name | string or null |
| address1 | string or null |
| address2 | string or null |
| address3 | string or null |
| address4 | string or null |
| zipCode | string or null |
| city | string or null |
| state | string or null |
| countryCode | string or null |
| gln | string or null |
| routeNumber | string or null |
[- {
- "addressId": "string",
- "type": "Unspecified",
- "name": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "zipCode": "string",
- "city": "string",
- "state": "string",
- "countryCode": "string",
- "gln": "string",
- "routeNumber": "string"
}
]{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| vendorId required | string The Vendor id |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}
]| vendorId required | string The Vendor id |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| contactId | string or null <guid> |
| firstName | string or null |
| lastName | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
{- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| vendorId required | string The Vendor id |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| contactId | string or null <guid> |
| firstName | string or null |
| lastName | string or null |
| primaryEmail | string or null |
| secondaryEmail | string or null |
| phone | string or null |
| mobilePhone | string or null |
{- "contactId": "string",
- "firstName": "string",
- "lastName": "string",
- "primaryEmail": "string",
- "secondaryEmail": "string",
- "phone": "string",
- "mobilePhone": "string"
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| vesselId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "vesselId": "string",
- "code": "string",
- "name": "string",
- "defaultPortOfLandingId": "string",
- "defaultWarehouseId": "string",
- "defaultQuotaPermitId": "string",
- "defaultFishingAreaId": "string",
- "defaultEquipmentId": "string",
- "vendorId": "string",
- "ownVessel": true,
- "externalVesselCode": "string",
- "vesselGroupId": "string",
- "isActive": true,
- "isAutoQuotaEnabled": true,
- "readOnly": {
- "portOfLandingCode": "string",
- "portOfLandingDescription": "string",
- "warehouseCode": "string",
- "warehouseName": "string",
- "quotaPermitCode": "string",
- "quotaPermitDescription": "string",
- "fishingAreaCode": "string",
- "fishingAreaDescription": "string",
- "numberOfCrew": 0,
- "numberOfDeductions": 0,
- "vendorNumber": "string",
- "vendorName": "string"
}
}| vesselId required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| vesselId | string or null <guid> |
| vesselCode | string or null |
| skip | integer or null <int32> |
| take | integer or null <int32> |
| userId | string <guid> |
| traceId | string <guid> |
{- "items": [
- {
- "vesselId": "string",
- "code": "string",
- "name": "string",
- "defaultPortOfLandingId": "string",
- "defaultWarehouseId": "string",
- "defaultQuotaPermitId": "string",
- "defaultFishingAreaId": "string",
- "defaultEquipmentId": "string",
- "vendorId": "string",
- "ownVessel": true,
- "externalVesselCode": "string",
- "vesselGroupId": "string",
- "isActive": true,
- "isAutoQuotaEnabled": true,
- "readOnly": {
- "portOfLandingCode": "string",
- "portOfLandingDescription": "string",
- "warehouseCode": "string",
- "warehouseName": "string",
- "quotaPermitCode": "string",
- "quotaPermitDescription": "string",
- "fishingAreaCode": "string",
- "fishingAreaDescription": "string",
- "numberOfCrew": 0,
- "numberOfDeductions": 0,
- "vendorNumber": "string",
- "vendorName": "string"
}
}
], - "skip": 0,
- "totalResults": 0
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| vesselId required | string <guid> |
| code | string or null |
| name | string or null |
| defaultPortOfLandingId | string or null <guid> |
| defaultWarehouseId | string or null <guid> |
| defaultQuotaPermitId | string or null <guid> |
| defaultFishingAreaId | string or null <guid> |
| defaultEquipmentId | string or null <guid> |
| vendorId | string or null <guid> |
| ownVessel | boolean or null |
| externalVesselCode | string or null |
| vesselGroupId | string or null <guid> |
| isActive | boolean or null |
| isAutoQuotaEnabled | boolean or null |
(ReadOnlyAttributes6 (object or null)) |
[- {
- "vesselId": "string",
- "code": "string",
- "name": "string",
- "defaultPortOfLandingId": "string",
- "defaultWarehouseId": "string",
- "defaultQuotaPermitId": "string",
- "defaultFishingAreaId": "string",
- "defaultEquipmentId": "string",
- "vendorId": "string",
- "ownVessel": true,
- "externalVesselCode": "string",
- "vesselGroupId": "string",
- "isActive": true,
- "isAutoQuotaEnabled": true,
- "readOnly": {
- "portOfLandingCode": "string",
- "portOfLandingDescription": "string",
- "warehouseCode": "string",
- "warehouseName": "string",
- "quotaPermitCode": "string",
- "quotaPermitDescription": "string",
- "fishingAreaCode": "string",
- "fishingAreaDescription": "string",
- "numberOfCrew": 0,
- "numberOfDeductions": 0,
- "vendorNumber": "string",
- "vendorName": "string"
}
}
][- {
- "vesselId": "string",
- "code": "string",
- "name": "string",
- "defaultPortOfLandingId": "string",
- "defaultWarehouseId": "string",
- "defaultQuotaPermitId": "string",
- "defaultFishingAreaId": "string",
- "defaultEquipmentId": "string",
- "vendorId": "string",
- "ownVessel": true,
- "externalVesselCode": "string",
- "vesselGroupId": "string",
- "isActive": true,
- "isAutoQuotaEnabled": true,
- "readOnly": {
- "portOfLandingCode": "string",
- "portOfLandingDescription": "string",
- "warehouseCode": "string",
- "warehouseName": "string",
- "quotaPermitCode": "string",
- "quotaPermitDescription": "string",
- "fishingAreaCode": "string",
- "fishingAreaDescription": "string",
- "numberOfCrew": 0,
- "numberOfDeductions": 0,
- "vendorNumber": "string",
- "vendorName": "string"
}
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| vesselId required | string <guid> |
| code | string or null |
| name | string or null |
| defaultPortOfLandingId | string or null <guid> |
| defaultWarehouseId | string or null <guid> |
| defaultQuotaPermitId | string or null <guid> |
| defaultFishingAreaId | string or null <guid> |
| defaultEquipmentId | string or null <guid> |
| vendorId | string or null <guid> |
| ownVessel | boolean or null |
| externalVesselCode | string or null |
| vesselGroupId | string or null <guid> |
| isActive | boolean or null |
| isAutoQuotaEnabled | boolean or null |
(ReadOnlyAttributes6 (object or null)) |
[- {
- "vesselId": "string",
- "code": "string",
- "name": "string",
- "defaultPortOfLandingId": "string",
- "defaultWarehouseId": "string",
- "defaultQuotaPermitId": "string",
- "defaultFishingAreaId": "string",
- "defaultEquipmentId": "string",
- "vendorId": "string",
- "ownVessel": true,
- "externalVesselCode": "string",
- "vesselGroupId": "string",
- "isActive": true,
- "isAutoQuotaEnabled": true,
- "readOnly": {
- "portOfLandingCode": "string",
- "portOfLandingDescription": "string",
- "warehouseCode": "string",
- "warehouseName": "string",
- "quotaPermitCode": "string",
- "quotaPermitDescription": "string",
- "fishingAreaCode": "string",
- "fishingAreaDescription": "string",
- "numberOfCrew": 0,
- "numberOfDeductions": 0,
- "vendorNumber": "string",
- "vendorName": "string"
}
}
][- {
- "vesselId": "string",
- "code": "string",
- "name": "string",
- "defaultPortOfLandingId": "string",
- "defaultWarehouseId": "string",
- "defaultQuotaPermitId": "string",
- "defaultFishingAreaId": "string",
- "defaultEquipmentId": "string",
- "vendorId": "string",
- "ownVessel": true,
- "externalVesselCode": "string",
- "vesselGroupId": "string",
- "isActive": true,
- "isAutoQuotaEnabled": true,
- "readOnly": {
- "portOfLandingCode": "string",
- "portOfLandingDescription": "string",
- "warehouseCode": "string",
- "warehouseName": "string",
- "quotaPermitCode": "string",
- "quotaPermitDescription": "string",
- "fishingAreaCode": "string",
- "fishingAreaDescription": "string",
- "numberOfCrew": 0,
- "numberOfDeductions": 0,
- "vendorNumber": "string",
- "vendorName": "string"
}
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "warehouseName": "string",
- "isVirtual": true,
- "notAvailableForAllocation": true,
- "extCode": "string",
- "active": true,
- "address": {
- "addressId": "string",
- "domainId": "string",
- "actorId": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "city": "string",
- "state": "string",
- "postCode": "string",
- "countryCode": "string",
- "countryName": "string",
- "gln": "string",
- "description": "string",
- "primaryAddress": true,
- "invoiceAddress": true,
- "deliveryAddress": true,
- "addressPhone": "string",
- "addressEmail": "string",
- "routeNumber": "string",
- "accountId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true
}, - "warehouseId": "string"
}
]| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| warehouseName | string or null |
| isVirtual required | boolean |
| notAvailableForAllocation required | boolean |
| extCode | string or null |
| active | boolean or null |
(AddressModel (object or null)) |
{- "warehouseName": "string",
- "isVirtual": true,
- "notAvailableForAllocation": true,
- "extCode": "string",
- "active": true,
- "address": {
- "addressId": "string",
- "domainId": "string",
- "actorId": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "city": "string",
- "state": "string",
- "postCode": "string",
- "countryCode": "string",
- "countryName": "string",
- "gln": "string",
- "description": "string",
- "primaryAddress": true,
- "invoiceAddress": true,
- "deliveryAddress": true,
- "addressPhone": "string",
- "addressEmail": "string",
- "routeNumber": "string",
- "accountId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true
}
}{- "warehouseName": "string",
- "isVirtual": true,
- "notAvailableForAllocation": true,
- "extCode": "string",
- "active": true,
- "address": {
- "addressId": "string",
- "domainId": "string",
- "actorId": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "city": "string",
- "state": "string",
- "postCode": "string",
- "countryCode": "string",
- "countryName": "string",
- "gln": "string",
- "description": "string",
- "primaryAddress": true,
- "invoiceAddress": true,
- "deliveryAddress": true,
- "addressPhone": "string",
- "addressEmail": "string",
- "routeNumber": "string",
- "accountId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true
}, - "warehouseId": "string"
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
| warehouseName | string or null |
| isVirtual required | boolean |
| notAvailableForAllocation required | boolean |
| extCode | string or null |
| active | boolean or null |
(AddressModel (object or null)) | |
| warehouseId | string or null <guid> |
{- "warehouseName": "string",
- "isVirtual": true,
- "notAvailableForAllocation": true,
- "extCode": "string",
- "active": true,
- "address": {
- "addressId": "string",
- "domainId": "string",
- "actorId": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "city": "string",
- "state": "string",
- "postCode": "string",
- "countryCode": "string",
- "countryName": "string",
- "gln": "string",
- "description": "string",
- "primaryAddress": true,
- "invoiceAddress": true,
- "deliveryAddress": true,
- "addressPhone": "string",
- "addressEmail": "string",
- "routeNumber": "string",
- "accountId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true
}, - "warehouseId": "string"
}{- "warehouseName": "string",
- "isVirtual": true,
- "notAvailableForAllocation": true,
- "extCode": "string",
- "active": true,
- "address": {
- "addressId": "string",
- "domainId": "string",
- "actorId": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "city": "string",
- "state": "string",
- "postCode": "string",
- "countryCode": "string",
- "countryName": "string",
- "gln": "string",
- "description": "string",
- "primaryAddress": true,
- "invoiceAddress": true,
- "deliveryAddress": true,
- "addressPhone": "string",
- "addressEmail": "string",
- "routeNumber": "string",
- "accountId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true
}, - "warehouseId": "string"
}| id required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "warehouseName": "string",
- "isVirtual": true,
- "notAvailableForAllocation": true,
- "extCode": "string",
- "active": true,
- "address": {
- "addressId": "string",
- "domainId": "string",
- "actorId": "string",
- "address1": "string",
- "address2": "string",
- "address3": "string",
- "address4": "string",
- "city": "string",
- "state": "string",
- "postCode": "string",
- "countryCode": "string",
- "countryName": "string",
- "gln": "string",
- "description": "string",
- "primaryAddress": true,
- "invoiceAddress": true,
- "deliveryAddress": true,
- "addressPhone": "string",
- "addressEmail": "string",
- "routeNumber": "string",
- "accountId": "string",
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "isDeleted": true
}, - "warehouseId": "string"
}| id required | string <guid> |
| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| userId | string <guid> |
| traceId | string <guid> |
"string"{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "applicationId": [
- "string"
], - "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property1": null,
- "property2": null
}| accountId required | string <guid> |
| domainId required | string <guid> |
| fromTime | string <date-time> |
| toTime | string <date-time> |
| Method | string or null |
| Path | string or null |
| Query | string or null |
| StatusCode | integer or null <int32> |
| IsSuccess | boolean or null |
| ActionName | string or null |
| RouteTemplate | string or null |
| RequestContent | string or null |
| ResponseContent | string or null |
| CreatedBy | string or null <guid> |
| Skip | integer or null <int32> |
| Take | integer or null <int32> |
| RowCount | boolean or null |
| userId | string <guid> |
| traceId | string <guid> |
[- {
- "method": "string",
- "path": "string",
- "id": 0,
- "requestSize": 0,
- "responseSize": 0,
- "query": "string",
- "protocol": "string",
- "scheme": "string",
- "statusCode": 0,
- "rateLimited": true,
- "isSuccess": true,
- "endpoint": "string",
- "actionName": "string",
- "routeTemplate": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "applicationId": "string"
}
]