This API endpoint is used to post order data to GEP Click order creation or change. It accepts a JSON payload containing details about the order, including document number, line of business, status, error messages, ERP number, subtype, and line information. The endpoint is designed to handle order processing requests and return the results asynchronously.
{
    "agreementEndDate": "datetime",
    "agreementStartDate": "datetime",
    "assignedTo": "string",
    "attachments": [
        {
            "classificationType": {
                "code": "string",
                "culture": "string",
                "id": "string",
                "name": "string",
                "version": "number"
            },
            "code": "string",
            "createdBy": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "createdOn": "datetime",
                "cultureCode": "string",
                "defaultCurrencyCode": "string",
                "emailAddress": "string",
                "firstName": "string",
                "isActive": "boolean",
                "lastName": "string",
                "mobileNo": "string",
                "timeZone": "string",
                "userId": "number",
                "userName": "string"
            },
            "createdOn": "datetime",
            "fileDisplayName": "string",
            "fileName": "string",
            "fileSize": "number",
            "id": "string",
            "isDeleted": "boolean",
            "isEditable": "boolean",
            "isEncrypted": "boolean",
            "isIndexed": "boolean",
            "isInternalOnly": "boolean",
            "isSearchable": "boolean",
            "isZipped": "boolean",
            "name": "string",
            "sequenceNo": "number"
        }
    ],
    "auditFields": {
        "createdBy": "string",
        "createdDateTime": "datetime",
        "modifiedBy": "string",
        "modifiedDateTime": "datetime"
    },
    "billTo": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "displayName": "string",
            "entityCode": "string",
            "lobCode": "string",
            "lobName": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "billToAddress": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "displayName": "string",
            "entityCode": "string",
            "lobCode": "string",
            "lobName": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "billToTradingPartner": {
        "clientPartnerCode": "string",
        "legalCompanyName": "string",
        "smartPartnerCode": "string",
        "status": "string",
        "supplierPartnerCode": "string",
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "billToTradingPartnerContact": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "bpc": "number",
    "businessUnit": {
        "culture": "string",
        "displayName": "string",
        "entityCode": "string",
        "entityDetailCode": "number",
        "entityDetailDescription": "string",
        "entityId": "number",
        "entityName": "string",
        "entityType": "string",
        "level": "number",
        "lobCode": "string",
        "lobName": "string",
        "parentEntityCode": "string",
        "parentEntityDetailCode": "number",
        "parentOrgEntities": [
            {
                "culture": "string",
                "displayName": "string",
                "entityCode": "string",
                "entityDetailCode": "number",
                "entityDetailDescription": "string",
                "entityId": "number",
                "entityName": "string",
                "entityType": "string",
                "isDeleted": "boolean",
                "level": "number",
                "lobCode": "string",
                "lobName": "string",
                "parentEntityCode": "string",
                "parentEntityDetailCode": "string"
            }
        ],
        "uniqueOrderOrgEntityNumber": "string"
    },
    "buyerContact": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "buyerInterfaceStatus": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "lob": "string",
        "name": "string",
        "source": "string",
        "sourceSystemName": "string",
        "sourceSystemValue": "string",
        "status": "string",
        "statusChangeDate": "datetime",
        "statusCode": "number",
        "version": "number"
    },
    "buyerPartnerName": "string",
    "changeType": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "closedForInvoicing": "boolean",
    "closedForReceipt": "boolean",
    "closedforShipment": "boolean",
    "companyCode": {
        "culture": "string",
        "displayName": "string",
        "entityCode": "string",
        "entityDetailCode": "number",
        "entityDetailDescription": "string",
        "entityId": "number",
        "entityName": "string",
        "entityType": "string",
        "level": "number",
        "lobCode": "string",
        "lobName": "string",
        "parentEntityCode": "string",
        "parentEntityDetailCode": "number",
        "parentOrgEntities": [
            {
                "culture": "string",
                "displayName": "string",
                "entityCode": "string",
                "entityDetailCode": "number",
                "entityDetailDescription": "string",
                "entityId": "number",
                "entityName": "string",
                "entityType": "string",
                "isDeleted": "boolean",
                "level": "number",
                "lobCode": "string",
                "lobName": "string",
                "parentEntityCode": "string",
                "parentEntityDetailCode": "string"
            }
        ],
        "uniqueOrderOrgEntityNumber": "string"
    },
    "createdBy": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "createdOn": "datetime",
        "cultureCode": "string",
        "defaultCurrencyCode": "string",
        "emailAddress": "string",
        "firstName": "string",
        "isActive": "boolean",
        "lastName": "string",
        "mobileNo": "string",
        "timeZone": "string",
        "userId": "number",
        "userName": "string"
    },
    "createdOn": "datetime",
    "currency": {
        "code": "string",
        "countryCodes": "string",
        "isActive": "boolean",
        "name": "string",
        "preferenceOrder": "number",
        "symbol": "string",
        "version": "number"
    },
    "customerName": "string",
    "customerSiteTradingPartner": {
        "clientPartnerCode": "string",
        "legalCompanyName": "string",
        "smartPartnerCode": "string",
        "supplierPartnerCode": "string",
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "customerSiteTradingPartnerContact": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "customerSiteTradingPartnerLocation": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "displayName": "string",
            "entityCode": "string",
            "lobCode": "string",
            "lobName": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "deliverTo": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "deliverToLocationCode": "string",
    "deliverToTradingPartnerLocation": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "displayName": "string",
            "entityCode": "string",
            "lobCode": "string",
            "lobName": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "demandSourceType": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "dispatchMode": {
        "auctionFormatId": "string",
        "auctionFormatName": "string",
        "contractFormatId": "string",
        "contractFormatName": "string",
        "dispatchModeValue": "string",
        "invoiceFormatId": "string",
        "invoiceFormatName": "string",
        "poFormatId": "string",
        "poFormatName": "string",
        "rfxFormatName": "string",
        "rxFormatId": "string",
        "serviceConfirmationFormatId": "string",
        "serviceConfirmationFormatName": "string"
    },
    "documenOutboundInterfaceMessage": "string",
    "documentDate": "datetime",
    "documentFileId": "string",
    "documentId": "string",
    "documentName": "string",
    "documentNumber": "string",
    "documentOutboundInterfaceDateTime": "datetime",
    "documentOutboundInterfaceID": "string",
    "documentOutboundInterfaceStatus": "string",
    "documentStage": {
        "code": "string",
        "culture": "string",
        "id": "string",
        "name": "string",
        "version": "number"
    },
    "documentStatus": {
        "code": "number",
        "culture": "string",
        "id": "string",
        "name": "string",
        "stateCode": "string",
        "stateName": "string",
        "statusPriority": "number",
        "version": "number"
    },
    "documentStatusChangedDate": "datetime",
    "documentVersionNumber": "string",
    "ersEnabled": "boolean",
    "exceptionOrderFlag": "boolean",
    "frieght": "string",
    "grNumber": "string",
    "holdDate": "datetime",
    "holdFlag": "boolean",
    "holdReason": "string",
    "holdReleasedBy": "string",
    "holdReleasedDate": "datetime",
    "id": "string",
    "incoTermCode": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "incoTermDescription": "string",
    "incoTermLocation": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "incoTermVersion": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "interfaceStatus": {
        "lob": "string",
        "sourceSystemERPReference": "string",
        "sourceSystemName": "string",
        "sourceSystemValue": "string",
        "statusChangeDate": "datetime",
        "statusCode": "number",
        "statusName": "string"
    },
    "invoicingStatus": {
        "code": "number",
        "culture": "string",
        "id": "string",
        "name": "string",
        "stateCode": "string",
        "stateName": "string",
        "statusPriority": "number",
        "version": "number"
    },
    "isDeleted": "boolean",
    "itemNumber": "string",
    "lastModifiedBy": "datetime",
    "lastModifiedDate": "datetime",
    "lobDetails": [
        {
            "culture": "string",
            "displayName": "string",
            "entityCode": "string",
            "entityDetailCode": "number",
            "entityDetailDescription": "string",
            "entityId": "number",
            "entityName": "string",
            "entityType": "string",
            "level": "number",
            "lobCode": "string",
            "lobName": "string",
            "parentEntityCode": "string",
            "parentEntityDetailCode": "number",
            "parentOrgEntities": [
                {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "isDeleted": "boolean",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "string"
                }
            ],
            "uniqueOrderOrgEntityNumber": "string"
        }
    ],
    "markupFlatFee": "number",
    "markupPercentage": "number",
    "matchType": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "modifiedBy": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "createdOn": "datetime",
        "cultureCode": "string",
        "defaultCurrencyCode": "string",
        "emailAddress": "string",
        "firstName": "string",
        "isActive": "boolean",
        "lastName": "string",
        "mobileNo": "string",
        "timeZone": "string",
        "userId": "number",
        "userName": "string"
    },
    "modifiedDate": "datetime",
    "modifiedOn": "datetime",
    "moduleId": "number",
    "notes": [
        {
            "classificationType": {
                "code": "string",
                "culture": "string",
                "id": "string",
                "name": "string",
                "version": "number"
            },
            "code": "string",
            "createdBy": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "createdOn": "datetime",
                "cultureCode": "string",
                "defaultCurrencyCode": "string",
                "emailAddress": "string",
                "firstName": "string",
                "isActive": "boolean",
                "lastName": "string",
                "mobileNo": "string",
                "timeZone": "string",
                "userId": "number",
                "userName": "string"
            },
            "createdOn": "datetime",
            "description": "string",
            "flag": {
                "code": "string",
                "id": "number",
                "name": "string"
            },
            "id": "string",
            "isEditable": "boolean",
            "modifiedBy": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "createdOn": "datetime",
                "cultureCode": "string",
                "defaultCurrencyCode": "string",
                "emailAddress": "string",
                "firstName": "string",
                "isActive": "boolean",
                "lastName": "string",
                "mobileNo": "string",
                "timeZone": "string",
                "userId": "number",
                "userName": "string"
            },
            "modifiedOn": "datetime",
            "name": "string",
            "sequenceNo": "number",
            "visibility": {
                "code": "string",
                "id": "number",
                "name": "string"
            }
        }
    ],
    "notesAttachmentsLinks": "string",
    "operationType": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "orderAuthor": "string",
    "orderHeaderId": "string",
    "orderItems": [
        {
            "additionalLeadTime": "number",
            "auditFields": {
                "createdBy": "string",
                "createdDateTime": "2025-02-05T04:52:02.034Z",
                "modifiedBy": "string",
                "modifiedDateTime": "2025-02-05T04:52:02.034Z"
            },
            "billTo": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "billToAddress": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "businessUnit": {
                "culture": "string",
                "displayName": "string",
                "entityCode": "string",
                "entityDetailCode": "number",
                "entityDetailDescription": "string",
                "entityId": "number",
                "entityName": "string",
                "entityType": "string",
                "level": "number",
                "lobCode": "string",
                "lobName": "string",
                "parentEntityCode": "string",
                "parentEntityDetailCode": "number",
                "parentOrgEntities": [
                    {
                        "culture": "string",
                        "displayName": "string",
                        "entityCode": "string",
                        "entityDetailCode": "number",
                        "entityDetailDescription": "string",
                        "entityId": "number",
                        "entityName": "string",
                        "entityType": "string",
                        "isDeleted": "boolean",
                        "level": "number",
                        "lobCode": "string",
                        "lobName": "string",
                        "parentEntityCode": "string",
                        "parentEntityDetailCode": "string"
                    }
                ],
                "uniqueOrderOrgEntityNumber": "string"
            },
            "buyerInterfaceStatus": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "lob": "string",
                "name": "string",
                "source": "string",
                "sourceSystemName": "string",
                "sourceSystemValue": "string",
                "status": "string",
                "statusChangeDate": "2025-02-05T04:52:02.034Z",
                "statusCode": "number",
                "version": "number"
            },
            "cancelReason": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "category": {
                "categoryCultureDetails": [
                    {
                        "cultureCode": "string",
                        "culturedCategoryClassification": "string",
                        "culturedCategoryName": "string",
                        "culturedDescription": "string"
                    }
                ],
                "childCount": "number",
                "classification": "string",
                "clientCode": "string",
                "description": "string",
                "gepId": "string",
                "gpnClientCode": "string",
                "id": "number",
                "isDisabled": "boolean",
                "level": "number",
                "name": "string",
                "parentClientCode": "string",
                "parentId": "number"
            },
            "changeType": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "closedForInvoicing": "boolean",
            "closedForReceipt": "boolean",
            "closedForShipment": "boolean",
            "comments": "string",
            "commodityCode": "string",
            "companyCode": {
                "culture": "string",
                "displayName": "string",
                "entityCode": "string",
                "entityDetailCode": "number",
                "entityDetailDescription": "string",
                "entityId": "number",
                "entityName": "string",
                "entityType": "string",
                "level": "number",
                "lobCode": "string",
                "lobName": "string",
                "parentEntityCode": "string",
                "parentEntityDetailCode": "number",
                "parentOrgEntities": [
                    {
                        "culture": "string",
                        "displayName": "string",
                        "entityCode": "string",
                        "entityDetailCode": "number",
                        "entityDetailDescription": "string",
                        "entityId": "number",
                        "entityName": "string",
                        "entityType": "string",
                        "isDeleted": "boolean",
                        "level": "number",
                        "lobCode": "string",
                        "lobName": "string",
                        "parentEntityCode": "string",
                        "parentEntityDetailCode": "string"
                    }
                ],
                "uniqueOrderOrgEntityNumber": "string"
            },
            "contractExpiryDate": "2025-02-05T04:52:02.034Z",
            "contractLimit": "string",
            "contractLineNumber": "string",
            "contractName": "string",
            "contractNumber": "string",
            "contractUtilizationDetails": [
                {
                    "baseDiscountValue": "number",
                    "basePendingValue": "number",
                    "baseSurchargesValue": "number",
                    "baseUtilizedValue": "number",
                    "complianceType": "string",
                    "consumerDocumentCode": "string",
                    "consumerDocumentNumber": "string",
                    "consumerDocumentRevision": "string",
                    "contractCurrencyCode": "string",
                    "contractLimit": "number",
                    "contractValue": "number",
                    "discount": "number",
                    "documentCode": "string",
                    "documentNumber": "string",
                    "pendingValue": "number",
                    "surcharges": "number",
                    "targetCurrencyCode": "string",
                    "unlimitedUtilization": "boolean",
                    "utilizationFieldType": "string",
                    "utilizationLimit": "number",
                    "utilizationNotificationFrequency": "number",
                    "utilizationNotificationOccurenceCount": "number",
                    "utilizationNotificationTemplateIDs": "string",
                    "utilizedValue": "number"
                }
            ],
            "createdBy": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "createdOn": "2025-02-05T04:52:02.034Z",
                "cultureCode": "string",
                "defaultCurrencyCode": "string",
                "emailAddress": "string",
                "firstName": "string",
                "isActive": "boolean",
                "lastName": "string",
                "mobileNo": "string",
                "timeZone": "string",
                "userId": "number",
                "userName": "string"
            },
            "createdOn": "2025-02-05T04:52:02.034Z",
            "deliverTo": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "createdOn": "2025-02-05T04:52:02.034Z",
                "cultureCode": "string",
                "defaultCurrencyCode": "string",
                "emailAddress": "string",
                "firstName": "string",
                "isActive": "boolean",
                "lastName": "string",
                "mobileNo": "string",
                "timeZone": "string",
                "userId": "number",
                "userName": "string"
            },
            "discountPercentage": "number",
            "documentId": "string",
            "documentNumber": "string",
            "documentStage": {
                "code": "string",
                "culture": "string",
                "id": "string",
                "name": "string",
                "version": "number"
            },
            "documentStatus": {
                "code": "number",
                "culture": "string",
                "id": "string",
                "name": "string",
                "stateCode": "string",
                "stateName": "string",
                "statusPriority": "number",
                "version": "number"
            },
            "downPaymentDueDate": "2025-02-05T04:52:02.034Z",
            "downPaymentPercentage": "number",
            "downpaymentAmount": "number",
            "endCustomerTradingPartner": {
                "clientPartnerCode": "string",
                "legalCompanyName": "string",
                "smartPartnerCode": "string",
                "supplierPartnerCode": "string",
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "endCustomerTradingPartnerContact": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "emailAddress": "string",
                "firstName": "string",
                "isDeleted": "boolean",
                "isPrimary": "boolean",
                "lastName": "string",
                "legalCompanyName": "string",
                "personaCode": "number",
                "userInfo": {
                    "clientContactCode": "string",
                    "companyName": "string",
                    "contactCode": "number",
                    "createdOn": "2025-02-05T04:52:02.034Z",
                    "cultureCode": "string",
                    "defaultCurrencyCode": "string",
                    "emailAddress": "string",
                    "firstName": "string",
                    "isActive": "boolean",
                    "lastName": "string",
                    "mobileNo": "string",
                    "timeZone": "string",
                    "userId": "number",
                    "userName": "string"
                }
            },
            "endCustomerTradingPartnerLocation": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "endDate": "2025-02-05T04:52:02.034Z",
            "expectedShipmentDate": "2025-02-05T04:52:02.034Z",
            "freightAmount": "number",
            "frieght": "string",
            "fulfilmentCustomerOrderingLocation": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "fulfilmentRemitTo": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "fulfilmentRemitToContact": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "fulfilmentRemitToLocation": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "fulfilmentSupplierDetails": {
                "clientPartnerCode": "string",
                "legalCompanyName": "string",
                "partnerCode": "string",
                "smartPartnerCode": "string",
                "supplierCode": "string",
                "supplierName": "string",
                "supplierPartnerCode": "string"
            },
            "fulfilmentSupplierIncoTerm": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "fulfilmentSupplierOrderingLocation": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "number",
                    "parentOrgEntities": [
                        {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "isDeleted": "boolean",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "string"
                        }
                    ],
                    "uniqueOrderOrgEntityNumber": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "partyCode": "string"
            },
            "fulfilmentSupplierPaymentTerms": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "fulfilmentSupplierRemitToLocation": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "number",
                    "parentOrgEntities": [
                        {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "isDeleted": "boolean",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "string"
                        }
                    ],
                    "uniqueOrderOrgEntityNumber": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "partyCode": "string"
            },
            "fulfilmentSupplierShipFrom": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "fulfilmentSupplierShipFromContact": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "emailAddress": "string",
                "firstName": "string",
                "isDeleted": "boolean",
                "isPrimary": "boolean",
                "lastName": "string",
                "legalCompanyName": "string",
                "personaCode": "number",
                "userInfo": {
                    "clientContactCode": "string",
                    "companyName": "string",
                    "contactCode": "number",
                    "createdOn": "2025-02-05T04:52:02.034Z",
                    "cultureCode": "string",
                    "defaultCurrencyCode": "string",
                    "emailAddress": "string",
                    "firstName": "string",
                    "isActive": "boolean",
                    "lastName": "string",
                    "mobileNo": "string",
                    "timeZone": "string",
                    "userId": "number",
                    "userName": "string"
                }
            },
            "gRNumber": "string",
            "holdFlag": "boolean",
            "holdInfo": {
                "holdByUser": {
                    "clientContactCode": "string",
                    "companyName": "string",
                    "contactCode": "number",
                    "createdOn": "2025-02-05T04:52:02.034Z",
                    "cultureCode": "string",
                    "defaultCurrencyCode": "string",
                    "emailAddress": "string",
                    "firstName": "string",
                    "isActive": "boolean",
                    "lastName": "string",
                    "mobileNo": "string",
                    "timeZone": "string",
                    "userId": "number",
                    "userName": "string"
                },
                "holdDate": "2025-02-05T04:52:02.034Z",
                "holdFlag": "boolean",
                "holdReason": "string",
                "holdReasonCode": {
                    "appCodeId": "number",
                    "clientCode": "string",
                    "code": "string",
                    "codeType": "string",
                    "description": "string",
                    "exceptionOrderFlag": "boolean",
                    "exceptionOrderId": "number",
                    "id": "string",
                    "name": "string",
                    "source": "string",
                    "status": "string",
                    "uniqueOrderAppCode": "string",
                    "version": "number"
                },
                "holdReleasedBy": "string",
                "holdReleasedByUser": {
                    "clientContactCode": "string",
                    "companyName": "string",
                    "contactCode": "number",
                    "createdOn": "2025-02-05T04:52:02.034Z",
                    "cultureCode": "string",
                    "defaultCurrencyCode": "string",
                    "emailAddress": "string",
                    "firstName": "string",
                    "isActive": "boolean",
                    "lastName": "string",
                    "mobileNo": "string",
                    "timeZone": "string",
                    "userId": "number",
                    "userName": "string"
                },
                "holdReleasedDate": "2025-02-05T04:52:02.034Z"
            },
            "htsCode": "string",
            "id": "string",
            "incotermDescription": "string",
            "inventoryDestinationStockType": "string",
            "inventoryLocationType": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "inventoryPickingStockType": [
                {
                    "appCodeId": "number",
                    "clientCode": "string",
                    "code": "string",
                    "codeType": "string",
                    "description": "string",
                    "exceptionOrderFlag": "boolean",
                    "exceptionOrderId": "number",
                    "id": "string",
                    "name": "string",
                    "source": "string",
                    "status": "string",
                    "uniqueOrderAppCode": "string",
                    "version": "number"
                }
            ],
            "invoiceAmount": "number",
            "invoiceQuantity": "number",
            "invoicingStatus": {
                "code": "number",
                "culture": "string",
                "id": "string",
                "name": "string",
                "stateCode": "string",
                "stateName": "string",
                "statusPriority": "number",
                "version": "number"
            },
            "isDeleted": "boolean",
            "item": {
                "description": "string",
                "itemNumber": "string",
                "longDescription": "string",
                "name": "string",
                "shortName": "string",
                "status": "string",
                "uom": {
                    "code": "string",
                    "culture": "string",
                    "id": "string",
                    "name": "string",
                    "version": "number"
                },
                "version": "string",
                "weight": "number",
                "weightUoM": "string"
            },
            "itemType": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "itemTypeIndicator": "string",
            "lastInvoicedDate": "2025-02-05T04:52:02.034Z",
            "lastModifiedBy": "2025-02-05T04:52:02.034Z",
            "lastModifiedDate": "2025-02-05T04:52:02.034Z",
            "lastReceivingDate": "2025-02-05T04:52:02.034Z",
            "lastShipmentDate": "2025-02-05T04:52:02.034Z",
            "latestShipmentDate": "2025-02-05T04:52:02.034Z",
            "lineDescription": "string",
            "lineId": "string",
            "lineItemNumber": "string",
            "lineNumber": "number",
            "lineStatus": "string",
            "lineSubTotal": "number",
            "lineTotal": "number",
            "lineTotalwithMarkup": "number",
            "lineType": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "lobDetails": [
                {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "number",
                    "parentOrgEntities": [
                        {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "isDeleted": "boolean",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "string"
                        }
                    ],
                    "uniqueOrderOrgEntityNumber": "string"
                }
            ],
            "manufacturerName": "string",
            "manufacturerPartDescription": "string",
            "manufacturerPartName": "string",
            "manufacturerPartNumber": "string",
            "markupFlatFee": "number",
            "markupPercentage": "number",
            "matchType": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "modifiedBy": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "createdOn": "2025-02-05T04:52:02.034Z",
                "cultureCode": "string",
                "defaultCurrencyCode": "string",
                "emailAddress": "string",
                "firstName": "string",
                "isActive": "boolean",
                "lastName": "string",
                "mobileNo": "string",
                "timeZone": "string",
                "userId": "number",
                "userName": "string"
            },
            "modifiedOn": "2025-02-05T04:52:02.034Z",
            "moduleId": "number",
            "needByDate": "2025-02-05T04:52:02.034Z",
            "notes": [
                {
                    "classificationType": {
                        "code": "string",
                        "culture": "string",
                        "id": "string",
                        "name": "string",
                        "version": "number"
                    },
                    "code": "string",
                    "createdBy": {
                        "clientContactCode": "string",
                        "companyName": "string",
                        "contactCode": "number",
                        "createdOn": "2025-02-05T04:52:02.034Z",
                        "cultureCode": "string",
                        "defaultCurrencyCode": "string",
                        "emailAddress": "string",
                        "firstName": "string",
                        "isActive": "boolean",
                        "lastName": "string",
                        "mobileNo": "string",
                        "timeZone": "string",
                        "userId": "number",
                        "userName": "string"
                    },
                    "createdOn": "2025-02-05T04:52:02.034Z",
                    "description": "string",
                    "flag": {
                        "code": "string",
                        "id": "number",
                        "name": "string"
                    },
                    "id": "string",
                    "isEditable": "boolean",
                    "modifiedBy": {
                        "clientContactCode": "string",
                        "companyName": "string",
                        "contactCode": "number",
                        "createdOn": "2025-02-05T04:52:02.034Z",
                        "cultureCode": "string",
                        "defaultCurrencyCode": "string",
                        "emailAddress": "string",
                        "firstName": "string",
                        "isActive": "boolean",
                        "lastName": "string",
                        "mobileNo": "string",
                        "timeZone": "string",
                        "userId": "number",
                        "userName": "string"
                    },
                    "modifiedOn": "2025-02-05T04:52:02.034Z",
                    "name": "string",
                    "sequenceNo": "number",
                    "visibility": {
                        "code": "string",
                        "id": "number",
                        "name": "string"
                    }
                }
            ],
            "notesAttachmentsLinks": "string",
            "operationType": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "orderHeaderId": "string",
            "orderHeader_documentId": "string",
            "orderSpecialInstructions": "string",
            "orderingLocationAddress": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "number",
                    "parentOrgEntities": [
                        {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "isDeleted": "boolean",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "string"
                        }
                    ],
                    "uniqueOrderOrgEntityNumber": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "partyCode": "string"
            },
            "orderingLocationClientCode": "string",
            "orderingLocationContact": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "emailAddress": "string",
                "firstName": "string",
                "isDeleted": "boolean",
                "isPrimary": "boolean",
                "lastName": "string",
                "legalCompanyName": "string",
                "personaCode": "number",
                "userInfo": {
                    "clientContactCode": "string",
                    "companyName": "string",
                    "contactCode": "number",
                    "createdOn": "2025-02-05T04:52:02.034Z",
                    "cultureCode": "string",
                    "defaultCurrencyCode": "string",
                    "emailAddress": "string",
                    "firstName": "string",
                    "isActive": "boolean",
                    "lastName": "string",
                    "mobileNo": "string",
                    "timeZone": "string",
                    "userId": "number",
                    "userName": "string"
                }
            },
            "otherCharges": "number",
            "parent_id": "string",
            "paymentTerms": {
                "description": "string",
                "discountDays": "number",
                "discountPercentage": "number",
                "dueDays": "number",
                "isActive": "boolean",
                "lob": "string",
                "markAsDefault": "boolean",
                "orgEntity": "string",
                "paymentTermCode": "string",
                "paymentTermName": "string"
            },
            "previousLineId": "string",
            "priceBasis": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "pricePer": "number",
            "promisedDate": "2025-02-05T04:52:02.034Z",
            "promisedQuantity": "number",
            "quantity": "number",
            "rawPartNumber": "string",
            "reCommit": "boolean",
            "receiptReference": "string",
            "receiptStatus": "string",
            "receivedQuantity": "string",
            "receivingStatus": {
                "code": "number",
                "culture": "string",
                "id": "string",
                "name": "string",
                "stateCode": "string",
                "stateName": "string",
                "statusPriority": "number",
                "version": "number"
            },
            "receivingToleranceAmount": "number",
            "receivingToleranceAmountPercentage": "number",
            "receivingToleranceQuantity": "number",
            "receivingToleranceQuantityPercentage": "number",
            "referenceSupplierOrderLine": "string",
            "referenceSupplierOrderNumber": "string",
            "referenceSupplierOrderSchedule": "2025-02-05T04:52:02.034Z",
            "referencedDocuments": {
                "links": [
                    {
                        "documentId": "string",
                        "documentName": "string",
                        "documentNumber": "string",
                        "flippedBy": {
                            "clientContactCode": "string",
                            "companyName": "string",
                            "contactCode": "string",
                            "emailAddress": "string",
                            "firstName": "string",
                            "lastName": "string"
                        },
                        "flippedOn": "2025-02-05T04:52:02.034Z",
                        "metadata": "string",
                        "metadata1": {
                            "lineId": "string",
                            "lineNumber": "number",
                            "lineStatus": "string",
                            "needByDate": "2025-02-05T04:52:02.034Z",
                            "promisedDate": "2025-02-05T04:52:02.034Z",
                            "promisedQuantity": "number",
                            "quantity": "number"
                        },
                        "subType": "string",
                        "type": "string",
                        "uniqueOrderReferDocumnentNumber": "string",
                        "url": "string"
                    }
                ],
                "sources": [
                    {
                        "documentId": "string",
                        "documentName": "string",
                        "documentNumber": "string",
                        "flippedBy": {
                            "clientContactCode": "string",
                            "companyName": "string",
                            "contactCode": "string",
                            "emailAddress": "string",
                            "firstName": "string",
                            "lastName": "string"
                        },
                        "flippedOn": "2025-02-05T04:52:02.034Z",
                        "metadata": "string",
                        "metadata1": {
                            "lineId": "string",
                            "lineNumber": "number",
                            "lineStatus": "string",
                            "needByDate": "2025-02-05T04:52:02.034Z",
                            "promisedDate": "2025-02-05T04:52:02.034Z",
                            "promisedQuantity": "number",
                            "quantity": "number"
                        },
                        "subType": "string",
                        "type": "string",
                        "uniqueOrderReferDocumnentNumber": "string",
                        "url": "string"
                    }
                ],
                "targets": [
                    {
                        "documentId": "string",
                        "documentName": "string",
                        "documentNumber": "string",
                        "flippedBy": {
                            "clientContactCode": "string",
                            "companyName": "string",
                            "contactCode": "string",
                            "emailAddress": "string",
                            "firstName": "string",
                            "lastName": "string"
                        },
                        "flippedOn": "2025-02-05T04:52:02.034Z",
                        "metadata": "string",
                        "metadata1": {
                            "lineId": "string",
                            "lineNumber": "number",
                            "lineStatus": "string",
                            "needByDate": "2025-02-05T04:52:02.034Z",
                            "promisedDate": "2025-02-05T04:52:02.034Z",
                            "promisedQuantity": "number",
                            "quantity": "number"
                        },
                        "subType": "string",
                        "type": "string",
                        "uniqueOrderReferDocumnentNumber": "string",
                        "url": "string"
                    }
                ]
            },
            "rejectionReasonInfo": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "remitTo": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "number",
                    "parentOrgEntities": [
                        {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "isDeleted": "boolean",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "string"
                        }
                    ],
                    "uniqueOrderOrgEntityNumber": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "partyCode": "string"
            },
            "remitToInterfaceStatus": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "lob": "string",
                "name": "string",
                "source": "string",
                "sourceSystemName": "string",
                "sourceSystemValue": "string",
                "status": "string",
                "statusChangeDate": "2025-02-05T04:52:02.034Z",
                "statusCode": "number",
                "version": "number"
            },
            "requestSchedules": [
                {
                    "additionalLeadTime": "number",
                    "attachments": {
                        "classificationType": {
                            "code": "string",
                            "culture": "string",
                            "id": "string",
                            "name": "string",
                            "version": "number"
                        },
                        "code": "string",
                        "createdBy": {
                            "clientContactCode": "string",
                            "companyName": "string",
                            "contactCode": "number",
                            "createdOn": "2025-02-05T04:52:02.261Z",
                            "cultureCode": "string",
                            "defaultCurrencyCode": "string",
                            "emailAddress": "string",
                            "firstName": "string",
                            "isActive": "boolean",
                            "lastName": "string",
                            "mobileNo": "string",
                            "timeZone": "string",
                            "userId": "number",
                            "userName": "string"
                        },
                        "createdOn": "2025-02-05T04:52:02.261Z",
                        "fileDisplayName": "string",
                        "fileName": "string",
                        "fileSize": "number",
                        "id": "string",
                        "isDeleted": "boolean",
                        "isEditable": "boolean",
                        "isEncrypted": "boolean",
                        "isIndexed": "boolean",
                        "isInternalOnly": "boolean",
                        "isSearchable": "boolean",
                        "isZipped": "boolean",
                        "name": "string",
                        "sequenceNo": "number"
                    },
                    "auditFields": {
                        "createdBy": "string",
                        "createdDateTime": "2025-02-05T04:52:02.261Z",
                        "modifiedBy": "string",
                        "modifiedDateTime": "2025-02-05T04:52:02.261Z"
                    },
                    "billTo": {
                        "addressCode": "string",
                        "addressInfo": {
                            "addressCode": "string",
                            "addressInfoUniqueNumber": "string",
                            "addressline1": "string",
                            "addressline2": "string",
                            "addressline3": "string",
                            "city": "string",
                            "countryInfo": {
                                "countryCode": "string",
                                "countryId": "number",
                                "countryName": "string"
                            },
                            "county": "string",
                            "cultureCode": "string",
                            "extenstionNo1": "string",
                            "extenstionNo2": "string",
                            "faxNo": "string",
                            "iSDCode": "string",
                            "latitude": "string",
                            "longitude": "string",
                            "mobileNo": "string",
                            "pOBoxNumber": "string",
                            "phoneNo1": "string",
                            "phoneNo2": "string",
                            "stateInfo": {
                                "stateAbbrevationCode": "string",
                                "stateCode": "string",
                                "stateName": "string"
                            },
                            "zipCode": "string"
                        },
                        "contactEmail": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "locationId": "string",
                        "locationName": "string",
                        "locationNumber": "string",
                        "locationOrgEntity": {
                            "displayName": "string",
                            "entityCode": "string",
                            "lobCode": "string",
                            "lobName": "string"
                        },
                        "locationOrgEntityCode": "string",
                        "locationType": [
                            {
                                "name": "string"
                            }
                        ],
                        "tradingPartnerType": {
                            "code": "string",
                            "name": "string"
                        }
                    },
                    "bpc": "number",
                    "businessUnit": {
                        "culture": "string",
                        "displayName": "string",
                        "entityCode": "string",
                        "entityDetailCode": "number",
                        "entityDetailDescription": "string",
                        "entityId": "number",
                        "entityName": "string",
                        "entityType": "string",
                        "level": "number",
                        "lobCode": "string",
                        "lobName": "string",
                        "parentEntityCode": "string",
                        "parentEntityDetailCode": "number",
                        "parentOrgEntities": [
                            {
                                "culture": "string",
                                "displayName": "string",
                                "entityCode": "string",
                                "entityDetailCode": "number",
                                "entityDetailDescription": "string",
                                "entityId": "number",
                                "entityName": "string",
                                "entityType": "string",
                                "isDeleted": "boolean",
                                "level": "number",
                                "lobCode": "string",
                                "lobName": "string",
                                "parentEntityCode": "string",
                                "parentEntityDetailCode": "string"
                            }
                        ],
                        "uniqueOrderOrgEntityNumber": "string"
                    },
                    "buyerInterfaceStatus": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "lob": "string",
                        "name": "string",
                        "source": "string",
                        "sourceSystemName": "string",
                        "sourceSystemValue": "string",
                        "status": "string",
                        "statusChangeDate": "2025-02-05T04:52:02.261Z",
                        "statusCode": "number",
                        "version": "number"
                    },
                    "changeType": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "exceptionOrderFlag": "boolean",
                        "exceptionOrderId": "number",
                        "id": "string",
                        "name": "string",
                        "source": "string",
                        "status": "string",
                        "uniqueOrderAppCode": "string",
                        "version": "number"
                    },
                    "closedforServiceConfirmation": "boolean",
                    "countOfCommits": "number",
                    "countOfCommitsPostChangeOrder": "number",
                    "createdBy": {
                        "clientContactCode": "string",
                        "companyName": "string",
                        "contactCode": "number",
                        "createdOn": "2025-02-05T04:52:02.261Z",
                        "cultureCode": "string",
                        "defaultCurrencyCode": "string",
                        "emailAddress": "string",
                        "firstName": "string",
                        "isActive": "boolean",
                        "lastName": "string",
                        "mobileNo": "string",
                        "timeZone": "string",
                        "userId": "number",
                        "userName": "string"
                    },
                    "createdOn": "2025-02-05T04:52:02.261Z",
                    "deliverTo": {
                        "clientContactCode": "string",
                        "companyName": "string",
                        "contactCode": "number",
                        "emailAddress": "string",
                        "firstName": "string",
                        "isDeleted": "boolean",
                        "isPrimary": "boolean",
                        "lastName": "string",
                        "legalCompanyName": "string",
                        "personaCode": "number",
                        "userInfo": {
                            "clientContactCode": "string",
                            "companyName": "string",
                            "contactCode": "number",
                            "createdOn": "2025-02-05T04:52:02.261Z",
                            "cultureCode": "string",
                            "defaultCurrencyCode": "string",
                            "emailAddress": "string",
                            "firstName": "string",
                            "isActive": "boolean",
                            "lastName": "string",
                            "mobileNo": "string",
                            "timeZone": "string",
                            "userId": "number",
                            "userName": "string"
                        }
                    },
                    "documentId": "string",
                    "documentNumber": "string",
                    "documentStage": {
                        "code": "string",
                        "culture": "string",
                        "id": "string",
                        "name": "string",
                        "version": "number"
                    },
                    "documentStatus": {
                        "code": "number",
                        "culture": "string",
                        "id": "string",
                        "name": "string",
                        "stateCode": "string",
                        "stateName": "string",
                        "statusPriority": "number",
                        "version": "number"
                    },
                    "documentStatusChangedDate": "2025-02-05T04:52:02.261Z",
                    "downPaymentPercentage": "number",
                    "downpaymentAmount": "number",
                    "endDate": "2025-02-05T04:52:02.261Z",
                    "expectedShipmentDate": "2025-02-05T04:52:02.261Z",
                    "firstResponseTime": "2025-02-05T04:52:02.261Z",
                    "id": "string",
                    "incoTermCode": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "exceptionOrderFlag": "boolean",
                        "exceptionOrderId": "number",
                        "id": "string",
                        "name": "string",
                        "source": "string",
                        "status": "string",
                        "uniqueOrderAppCode": "string",
                        "version": "number"
                    },
                    "incoTermLocation": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "exceptionOrderFlag": "boolean",
                        "exceptionOrderId": "number",
                        "id": "string",
                        "name": "string",
                        "source": "string",
                        "status": "string",
                        "uniqueOrderAppCode": "string",
                        "version": "number"
                    },
                    "incoTermVersion": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "exceptionOrderFlag": "boolean",
                        "exceptionOrderId": "number",
                        "id": "string",
                        "name": "string",
                        "source": "string",
                        "status": "string",
                        "uniqueOrderAppCode": "string",
                        "version": "number"
                    },
                    "invoicingStatus": {
                        "code": "number",
                        "culture": "string",
                        "id": "string",
                        "name": "string",
                        "stateCode": "string",
                        "stateName": "string",
                        "statusPriority": "number",
                        "version": "number"
                    },
                    "isDeleted": "boolean",
                    "item": {
                        "description": "string",
                        "itemNumber": "string",
                        "longDescription": "string",
                        "name": "string",
                        "shortName": "string",
                        "status": "string",
                        "uom": {
                            "code": "string",
                            "culture": "string",
                            "id": "string",
                            "name": "string",
                            "version": "number"
                        },
                        "version": "string",
                        "weight": "number",
                        "weightUoM": "string"
                    },
                    "itemType": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "exceptionOrderFlag": "boolean",
                        "exceptionOrderId": "number",
                        "id": "string",
                        "name": "string",
                        "source": "string",
                        "status": "string",
                        "uniqueOrderAppCode": "string",
                        "version": "number"
                    },
                    "lastDownloadedByTradingPartner": {
                        "downloadedDate": "2025-02-05T04:52:02.261Z",
                        "isDownloaded": "boolean",
                        "tpType": "string"
                    },
                    "latestReceiptDate": "2025-02-05T04:52:02.261Z",
                    "latestResponseTime": "2025-02-05T04:52:02.261Z",
                    "latestReturnDate": "2025-02-05T04:52:02.261Z",
                    "latestServiceConfirmationDate": "2025-02-05T04:52:02.261Z",
                    "latestShipmentDate": "2025-02-05T04:52:02.261Z",
                    "lineId": "string",
                    "lineItemNumber": "string",
                    "lineSubTotal": "number",
                    "lineType": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "exceptionOrderFlag": "boolean",
                        "exceptionOrderId": "number",
                        "id": "string",
                        "name": "string",
                        "source": "string",
                        "status": "string",
                        "uniqueOrderAppCode": "string",
                        "version": "number"
                    },
                    "lobDetails": [
                        {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "number",
                            "parentOrgEntities": [
                                {
                                    "culture": "string",
                                    "displayName": "string",
                                    "entityCode": "string",
                                    "entityDetailCode": "number",
                                    "entityDetailDescription": "string",
                                    "entityId": "number",
                                    "entityName": "string",
                                    "entityType": "string",
                                    "isDeleted": "boolean",
                                    "level": "number",
                                    "lobCode": "string",
                                    "lobName": "string",
                                    "parentEntityCode": "string",
                                    "parentEntityDetailCode": "string"
                                }
                            ],
                            "uniqueOrderOrgEntityNumber": "string"
                        }
                    ],
                    "migratedSource": "string",
                    "modifiedBy": {
                        "clientContactCode": "string",
                        "companyName": "string",
                        "contactCode": "number",
                        "createdOn": "2025-02-05T04:52:02.261Z",
                        "cultureCode": "string",
                        "defaultCurrencyCode": "string",
                        "emailAddress": "string",
                        "firstName": "string",
                        "isActive": "boolean",
                        "lastName": "string",
                        "mobileNo": "string",
                        "timeZone": "string",
                        "userId": "number",
                        "userName": "string"
                    },
                    "modifiedOn": "2025-02-05T04:52:02.261Z",
                    "needByDate": "2025-02-05T04:52:02.261Z",
                    "notes": [
                        {
                            "classificationType": {
                                "code": "string",
                                "culture": "string",
                                "id": "string",
                                "name": "string",
                                "version": "number"
                            },
                            "code": "string",
                            "createdBy": {
                                "clientContactCode": "string",
                                "companyName": "string",
                                "contactCode": "number",
                                "createdOn": "2025-02-05T04:52:02.261Z",
                                "cultureCode": "string",
                                "defaultCurrencyCode": "string",
                                "emailAddress": "string",
                                "firstName": "string",
                                "isActive": "boolean",
                                "lastName": "string",
                                "mobileNo": "string",
                                "timeZone": "string",
                                "userId": "number",
                                "userName": "string"
                            },
                            "createdOn": "2025-02-05T04:52:02.261Z",
                            "description": "string",
                            "flag": {
                                "code": "string",
                                "id": "number",
                                "name": "string"
                            },
                            "id": "string",
                            "isEditable": "boolean",
                            "modifiedBy": {
                                "clientContactCode": "string",
                                "companyName": "string",
                                "contactCode": "number",
                                "createdOn": "2025-02-05T04:52:02.261Z",
                                "cultureCode": "string",
                                "defaultCurrencyCode": "string",
                                "emailAddress": "string",
                                "firstName": "string",
                                "isActive": "boolean",
                                "lastName": "string",
                                "mobileNo": "string",
                                "timeZone": "string",
                                "userId": "number",
                                "userName": "string"
                            },
                            "modifiedOn": "2025-02-05T04:52:02.261Z",
                            "name": "string",
                            "sequenceNo": "number",
                            "visibility": {
                                "code": "string",
                                "id": "number",
                                "name": "string"
                            }
                        }
                    ],
                    "notesAttachmentsLinks": "string",
                    "operationType": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "exceptionOrderFlag": "boolean",
                        "exceptionOrderId": "number",
                        "id": "string",
                        "name": "string",
                        "source": "string",
                        "status": "string",
                        "uniqueOrderAppCode": "string",
                        "version": "number"
                    },
                    "orderHeaderId": "string",
                    "orderLineId": "string",
                    "orderLineInfo_lineId": "string",
                    "orderPriority": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "exceptionOrderFlag": "boolean",
                        "exceptionOrderId": "number",
                        "id": "string",
                        "name": "string",
                        "source": "string",
                        "status": "string",
                        "uniqueOrderAppCode": "string",
                        "version": "number"
                    },
                    "orderingLocationAddress": {
                        "addressCode": "string",
                        "addressInfo": {
                            "addressCode": "string",
                            "addressInfoUniqueNumber": "string",
                            "addressline1": "string",
                            "addressline2": "string",
                            "addressline3": "string",
                            "city": "string",
                            "countryInfo": {
                                "countryCode": "string",
                                "countryId": "number",
                                "countryName": "string"
                            },
                            "county": "string",
                            "cultureCode": "string",
                            "extenstionNo1": "string",
                            "extenstionNo2": "string",
                            "faxNo": "string",
                            "iSDCode": "string",
                            "latitude": "string",
                            "longitude": "string",
                            "mobileNo": "string",
                            "pOBoxNumber": "string",
                            "phoneNo1": "string",
                            "phoneNo2": "string",
                            "stateInfo": {
                                "stateAbbrevationCode": "string",
                                "stateCode": "string",
                                "stateName": "string"
                            },
                            "zipCode": "string"
                        },
                        "contactEmail": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "locationId": "string",
                        "locationName": "string",
                        "locationNumber": "string",
                        "locationOrgEntity": {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "number",
                            "parentOrgEntities": [
                                {
                                    "culture": "string",
                                    "displayName": "string",
                                    "entityCode": "string",
                                    "entityDetailCode": "number",
                                    "entityDetailDescription": "string",
                                    "entityId": "number",
                                    "entityName": "string",
                                    "entityType": "string",
                                    "isDeleted": "boolean",
                                    "level": "number",
                                    "lobCode": "string",
                                    "lobName": "string",
                                    "parentEntityCode": "string",
                                    "parentEntityDetailCode": "string"
                                }
                            ],
                            "uniqueOrderOrgEntityNumber": "string"
                        },
                        "locationOrgEntityCode": "string",
                        "locationType": [
                            {
                                "name": "string"
                            }
                        ],
                        "partyCode": "string"
                    },
                    "orderingLocationContact": {
                        "clientContactCode": "string",
                        "companyName": "string",
                        "contactCode": "number",
                        "emailAddress": "string",
                        "firstName": "string",
                        "isDeleted": "boolean",
                        "isPrimary": "boolean",
                        "lastName": "string",
                        "legalCompanyName": "string",
                        "personaCode": "number",
                        "userInfo": {
                            "clientContactCode": "string",
                            "companyName": "string",
                            "contactCode": "number",
                            "createdOn": "2025-02-05T04:52:02.261Z",
                            "cultureCode": "string",
                            "defaultCurrencyCode": "string",
                            "emailAddress": "string",
                            "firstName": "string",
                            "isActive": "boolean",
                            "lastName": "string",
                            "mobileNo": "string",
                            "timeZone": "string",
                            "userId": "number",
                            "userName": "string"
                        }
                    },
                    "orderingLocationEmail": "string",
                    "orderingLocationPhone": "string",
                    "originalNeedByDate": "2025-02-05T04:52:02.261Z",
                    "originalPromisedDate": "2025-02-05T04:52:02.261Z",
                    "originalPromisedQuantity": "number",
                    "originalQuantity": "number",
                    "parent_id": "string",
                    "paymentTerms": {
                        "description": "string",
                        "discountDays": "number",
                        "discountPercentage": "number",
                        "dueDays": "number",
                        "isActive": "boolean",
                        "lob": "string",
                        "markAsDefault": "boolean",
                        "orgEntity": "string",
                        "paymentTermCode": "string",
                        "paymentTermName": "string"
                    },
                    "previousExpectedShipmentDate": "2025-02-05T04:52:02.261Z",
                    "previousNeedByDate": "2025-02-05T04:52:02.261Z",
                    "previousOrderedQuantity": "number",
                    "previousPromisedDate": "2025-02-05T04:52:02.261Z",
                    "previousRequestScheduleId": "string",
                    "previousTotalPromisedQuantity": "number",
                    "productionOrderStatus": "string",
                    "promiseSchedules": [
                        {
                            "auditFields": {
                                "createdBy": "string",
                                "createdDateTime": "2025-02-05T04:52:02.663Z",
                                "modifiedBy": "string",
                                "modifiedDateTime": "2025-02-05T04:52:02.663Z"
                            },
                            "createdBy": {
                                "clientContactCode": "string",
                                "companyName": "string",
                                "contactCode": "number",
                                "createdOn": "2025-02-05T04:52:02.663Z",
                                "cultureCode": "string",
                                "defaultCurrencyCode": "string",
                                "emailAddress": "string",
                                "firstName": "string",
                                "isActive": "boolean",
                                "lastName": "string",
                                "mobileNo": "string",
                                "timeZone": "string",
                                "userId": "number",
                                "userName": "string"
                            },
                            "createdDate": "2025-02-05T04:52:02.663Z",
                            "documentId": "string",
                            "documentStatus": {
                                "code": "number",
                                "culture": "string",
                                "id": "string",
                                "name": "string",
                                "stateCode": "string",
                                "stateName": "string",
                                "statusPriority": "number",
                                "version": "number"
                            },
                            "isDeleted": "boolean",
                            "lastPromiseQuantity": "number",
                            "lastPromiseShipmentDate": "2025-02-05T04:52:02.663Z",
                            "lastQuantity": "number",
                            "lineItemNumber": "string",
                            "lineNumber": "number",
                            "migratedSource": "string",
                            "modifiedBy": {
                                "clientContactCode": "string",
                                "companyName": "string",
                                "contactCode": "number",
                                "createdOn": "2025-02-05T04:52:02.663Z",
                                "cultureCode": "string",
                                "defaultCurrencyCode": "string",
                                "emailAddress": "string",
                                "firstName": "string",
                                "isActive": "boolean",
                                "lastName": "string",
                                "mobileNo": "string",
                                "timeZone": "string",
                                "userId": "number",
                                "userName": "string"
                            },
                            "modifiedDate": "2025-02-05T04:52:02.663Z",
                            "orderHeaderId": "string",
                            "orderLineId": "string",
                            "orderRequestSchedules_requestScheduleId": "string",
                            "parent_id": "string",
                            "promiseScheduleId": "string",
                            "promiseScheduleItemNumber": "string",
                            "promiseScheduleNumber": "number",
                            "promiseShipmentDate": "2025-02-05T04:52:02.663Z",
                            "promisedDate": "2025-02-05T04:52:02.663Z",
                            "promisedQuantity": "number",
                            "requestScheduleId": "string",
                            "requestScheduleItemNumber": "string",
                            "rootDocumentId": "string",
                            "root_id": "string"
                        }
                    ],
                    "promisedDate": "2025-02-05T04:52:02.261Z",
                    "promisedQuantity": "number",
                    "quantity": "number",
                    "quantityUoM": "number",
                    "receivingStatus": {
                        "code": "number",
                        "culture": "string",
                        "id": "string",
                        "name": "string",
                        "stateCode": "string",
                        "stateName": "string",
                        "statusPriority": "number",
                        "version": "number"
                    },
                    "receivingToleranceAmount": "number",
                    "receivingToleranceAmountPercentage": "number",
                    "receivingToleranceQuantity": "number",
                    "receivingToleranceQuantityPercentage": "number",
                    "referencedProjectNumber": "string",
                    "referencedProjectSubTask": "string",
                    "referencedProjectTask": "string",
                    "remitToInterfaceStatus": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "lob": "string",
                        "name": "string",
                        "source": "string",
                        "sourceSystemName": "string",
                        "sourceSystemValue": "string",
                        "status": "string",
                        "statusChangeDate": "2025-02-05T04:52:02.261Z",
                        "statusCode": "number",
                        "version": "number"
                    },
                    "requestDate": "2025-02-05T04:52:02.261Z",
                    "requestQuantity": "number",
                    "requestScheduleId": "string",
                    "requestScheduleItemNumber": "string",
                    "requestScheduleNumber": "number",
                    "requestShipmentDate": "2025-02-05T04:52:02.261Z",
                    "reviewedByTradingPartner": {
                        "isReviewed": "boolean",
                        "reviewedDate": "2025-02-05T04:52:02.261Z",
                        "tpType": "string"
                    },
                    "rootDocumentId": "string",
                    "rootLineId": "string",
                    "rootRequestScheduleId": "string",
                    "root_id": "string",
                    "servicePlannedEndDate": "2025-02-05T04:52:02.261Z",
                    "servicePlannedStartDate": "2025-02-05T04:52:02.261Z",
                    "shipFrom": {
                        "addressCode": "string",
                        "addressInfo": {
                            "addressCode": "string",
                            "addressInfoUniqueNumber": "string",
                            "addressline1": "string",
                            "addressline2": "string",
                            "addressline3": "string",
                            "city": "string",
                            "countryInfo": {
                                "countryCode": "string",
                                "countryId": "number",
                                "countryName": "string"
                            },
                            "county": "string",
                            "cultureCode": "string",
                            "extenstionNo1": "string",
                            "extenstionNo2": "string",
                            "faxNo": "string",
                            "iSDCode": "string",
                            "latitude": "string",
                            "longitude": "string",
                            "mobileNo": "string",
                            "pOBoxNumber": "string",
                            "phoneNo1": "string",
                            "phoneNo2": "string",
                            "stateInfo": {
                                "stateAbbrevationCode": "string",
                                "stateCode": "string",
                                "stateName": "string"
                            },
                            "zipCode": "string"
                        },
                        "contactEmail": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "locationId": "string",
                        "locationName": "string",
                        "locationNumber": "string",
                        "locationOrgEntity": {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "number",
                            "parentOrgEntities": [
                                {
                                    "culture": "string",
                                    "displayName": "string",
                                    "entityCode": "string",
                                    "entityDetailCode": "number",
                                    "entityDetailDescription": "string",
                                    "entityId": "number",
                                    "entityName": "string",
                                    "entityType": "string",
                                    "isDeleted": "boolean",
                                    "level": "number",
                                    "lobCode": "string",
                                    "lobName": "string",
                                    "parentEntityCode": "string",
                                    "parentEntityDetailCode": "string"
                                }
                            ],
                            "uniqueOrderOrgEntityNumber": "string"
                        },
                        "locationOrgEntityCode": "string",
                        "locationType": [
                            {
                                "name": "string"
                            }
                        ],
                        "partyCode": "string"
                    },
                    "shipFromTradingPartner": {
                        "clientPartnerCode": "string",
                        "legalCompanyName": "string",
                        "smartPartnerCode": "string",
                        "supplierPartnerCode": "string",
                        "tradingPartnerType": {
                            "code": "string",
                            "name": "string"
                        }
                    },
                    "shipFromTradingPartnerContact": {
                        "clientContactCode": "string",
                        "companyName": "string",
                        "contactCode": "number",
                        "emailAddress": "string",
                        "firstName": "string",
                        "isDeleted": "boolean",
                        "isPrimary": "boolean",
                        "lastName": "string",
                        "legalCompanyName": "string",
                        "personaCode": "number",
                        "userInfo": {
                            "clientContactCode": "string",
                            "companyName": "string",
                            "contactCode": "number",
                            "createdOn": "2025-02-05T04:52:02.261Z",
                            "cultureCode": "string",
                            "defaultCurrencyCode": "string",
                            "emailAddress": "string",
                            "firstName": "string",
                            "isActive": "boolean",
                            "lastName": "string",
                            "mobileNo": "string",
                            "timeZone": "string",
                            "userId": "number",
                            "userName": "string"
                        }
                    },
                    "shipTo": {
                        "addressCode": "string",
                        "addressInfo": {
                            "addressCode": "string",
                            "addressInfoUniqueNumber": "string",
                            "addressline1": "string",
                            "addressline2": "string",
                            "addressline3": "string",
                            "city": "string",
                            "countryInfo": {
                                "countryCode": "string",
                                "countryId": "number",
                                "countryName": "string"
                            },
                            "county": "string",
                            "cultureCode": "string",
                            "extenstionNo1": "string",
                            "extenstionNo2": "string",
                            "faxNo": "string",
                            "iSDCode": "string",
                            "latitude": "string",
                            "longitude": "string",
                            "mobileNo": "string",
                            "pOBoxNumber": "string",
                            "phoneNo1": "string",
                            "phoneNo2": "string",
                            "stateInfo": {
                                "stateAbbrevationCode": "string",
                                "stateCode": "string",
                                "stateName": "string"
                            },
                            "zipCode": "string"
                        },
                        "contactEmail": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "locationId": "string",
                        "locationName": "string",
                        "locationNumber": "string",
                        "locationOrgEntity": {
                            "displayName": "string",
                            "entityCode": "string",
                            "lobCode": "string",
                            "lobName": "string"
                        },
                        "locationOrgEntityCode": "string",
                        "locationType": [
                            {
                                "name": "string"
                            }
                        ],
                        "tradingPartnerType": {
                            "code": "string",
                            "name": "string"
                        }
                    },
                    "shipToAddress": {
                        "addressCode": "string",
                        "addressInfo": {
                            "addressCode": "string",
                            "addressInfoUniqueNumber": "string",
                            "addressline1": "string",
                            "addressline2": "string",
                            "addressline3": "string",
                            "city": "string",
                            "countryInfo": {
                                "countryCode": "string",
                                "countryId": "number",
                                "countryName": "string"
                            },
                            "county": "string",
                            "cultureCode": "string",
                            "extenstionNo1": "string",
                            "extenstionNo2": "string",
                            "faxNo": "string",
                            "iSDCode": "string",
                            "latitude": "string",
                            "longitude": "string",
                            "mobileNo": "string",
                            "pOBoxNumber": "string",
                            "phoneNo1": "string",
                            "phoneNo2": "string",
                            "stateInfo": {
                                "stateAbbrevationCode": "string",
                                "stateCode": "string",
                                "stateName": "string"
                            },
                            "zipCode": "string"
                        },
                        "contactEmail": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "locationId": "string",
                        "locationName": "string",
                        "locationNumber": "string",
                        "locationOrgEntity": {
                            "displayName": "string",
                            "entityCode": "string",
                            "lobCode": "string",
                            "lobName": "string"
                        },
                        "locationOrgEntityCode": "string",
                        "locationType": [
                            {
                                "name": "string"
                            }
                        ],
                        "tradingPartnerType": {
                            "code": "string",
                            "name": "string"
                        }
                    },
                    "shipToTradingPartner": {
                        "clientPartnerCode": "string",
                        "legalCompanyName": "string",
                        "smartPartnerCode": "string",
                        "supplierPartnerCode": "string",
                        "tradingPartnerType": {
                            "code": "string",
                            "name": "string"
                        }
                    },
                    "shipToTradingPartnerContact": {
                        "clientContactCode": "string",
                        "companyName": "string",
                        "contactCode": "number",
                        "emailAddress": "string",
                        "firstName": "string",
                        "isDeleted": "boolean",
                        "isPrimary": "boolean",
                        "lastName": "string",
                        "legalCompanyName": "string",
                        "personaCode": "number",
                        "userInfo": {
                            "clientContactCode": "string",
                            "companyName": "string",
                            "contactCode": "number",
                            "createdOn": "2025-02-05T04:52:02.261Z",
                            "cultureCode": "string",
                            "defaultCurrencyCode": "string",
                            "emailAddress": "string",
                            "firstName": "string",
                            "isActive": "boolean",
                            "lastName": "string",
                            "mobileNo": "string",
                            "timeZone": "string",
                            "userId": "number",
                            "userName": "string"
                        }
                    },
                    "shippingMethod": "string",
                    "shippingStatus": {
                        "code": "number",
                        "culture": "string",
                        "id": "string",
                        "name": "string",
                        "stateCode": "string",
                        "stateName": "string",
                        "statusPriority": "number",
                        "version": "number"
                    },
                    "startDate": "2025-02-05T04:52:02.261Z",
                    "status": "string",
                    "supplierInterfaceStatus": {
                        "appCodeId": "number",
                        "clientCode": "string",
                        "code": "string",
                        "codeType": "string",
                        "description": "string",
                        "lob": "string",
                        "name": "string",
                        "source": "string",
                        "sourceSystemName": "string",
                        "sourceSystemValue": "string",
                        "status": "string",
                        "statusChangeDate": "2025-02-05T04:52:02.261Z",
                        "statusCode": "number",
                        "version": "number"
                    },
                    "supplierReferenceOrderLineNumber": "string",
                    "supplierReferenceOrderNumber": "string",
                    "supplierReferenceOrderScheduleNumber": "string",
                    "supplierSuggestedUnitPrice": "number",
                    "thirdPartyReferenceObjects": "string",
                    "totalAcceptedQuantity": "number",
                    "totalCreditedAmount": "number",
                    "totalCreditedQuantity": "number",
                    "totalDefectiveQuantity": "number",
                    "totalDeliveredQuantity": "number",
                    "totalInvoicedAmount": "number",
                    "totalInvoicedQuantity": "number",
                    "totalPickedQuantity": "number",
                    "totalProductionCompletedQuantity": "number",
                    "totalPromisedQuantity": "number",
                    "totalReceivedQuantity": "number",
                    "totalReturnedQuantity": "number",
                    "totalSCApprovedQuantity": "number",
                    "totalSCSubmittedAmount": "number",
                    "totalSCSubmittedQuantity": "number",
                    "totalShippedQuantity": "number",
                    "totalStagedShipQuantity": "number",
                    "totalSuspendedQuantity": "number"
                }
            ],
            "requisitionLineReference": "string",
            "requisitionNumber": "string",
            "rootDocumentId": "string",
            "rootLineId": "string",
            "root_id": "string",
            "scTransitLeadTimeDays": "number",
            "scacCode": "string",
            "servicePlannedEndDate": "2025-02-05T04:52:02.034Z",
            "servicePlannedStartDate": "2025-02-05T04:52:02.034Z",
            "shipFrom": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "number",
                    "parentOrgEntities": [
                        {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "isDeleted": "boolean",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "string"
                        }
                    ],
                    "uniqueOrderOrgEntityNumber": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "partyCode": "string"
            },
            "shipFromAddress": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "number",
                    "parentOrgEntities": [
                        {
                            "culture": "string",
                            "displayName": "string",
                            "entityCode": "string",
                            "entityDetailCode": "number",
                            "entityDetailDescription": "string",
                            "entityId": "number",
                            "entityName": "string",
                            "entityType": "string",
                            "isDeleted": "boolean",
                            "level": "number",
                            "lobCode": "string",
                            "lobName": "string",
                            "parentEntityCode": "string",
                            "parentEntityDetailCode": "string"
                        }
                    ],
                    "uniqueOrderOrgEntityNumber": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "partyCode": "string"
            },
            "shipTo": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "shipToAddress": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "shipToPartyName": "string",
            "shippedQuantity": "number",
            "shippingConditions": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "exceptionOrderFlag": "boolean",
                "exceptionOrderId": "number",
                "id": "string",
                "name": "string",
                "source": "string",
                "status": "string",
                "uniqueOrderAppCode": "string",
                "version": "number"
            },
            "shippingMethod": "string",
            "shippingStatus": {
                "code": "number",
                "culture": "string",
                "id": "string",
                "name": "string",
                "stateCode": "string",
                "stateName": "string",
                "statusPriority": "number",
                "version": "number"
            },
            "sourceSystemOrderNumber": "string",
            "sourceSystemVersionNumber": "string",
            "startDate": "string",
            "subtypeAppId": "string",
            "suggestedLineTotal": "number",
            "suggestedLinetaxTotal": "number",
            "suggestedUnitPrice": "number",
            "suggestedUnitPriceWithMarkup": "number",
            "supplierCode": "string",
            "supplierContact": "string",
            "supplierContactRole": "string",
            "supplierInterfaceStatus": {
                "appCodeId": "number",
                "clientCode": "string",
                "code": "string",
                "codeType": "string",
                "description": "string",
                "lob": "string",
                "name": "string",
                "source": "string",
                "sourceSystemName": "string",
                "sourceSystemValue": "string",
                "status": "string",
                "statusChangeDate": "2025-02-05T04:52:02.034Z",
                "statusCode": "number",
                "version": "number"
            },
            "supplierItem": {
                "description": "string",
                "itemNumber": "string",
                "longDescription": "string",
                "name": "string",
                "shortName": "string",
                "status": "string",
                "uom": {
                    "code": "string",
                    "culture": "string",
                    "id": "string",
                    "name": "string",
                    "version": "number"
                },
                "version": "string",
                "weight": "number",
                "weightUoM": "string"
            },
            "supplierItemNumber": "string",
            "supplierName": "string",
            "supplierOrderingLocation": {
                "addressCode": "string",
                "addressInfo": {
                    "addressCode": "string",
                    "addressInfoUniqueNumber": "string",
                    "addressline1": "string",
                    "addressline2": "string",
                    "addressline3": "string",
                    "city": "string",
                    "countryInfo": {
                        "countryCode": "string",
                        "countryId": "number",
                        "countryName": "string"
                    },
                    "county": "string",
                    "cultureCode": "string",
                    "extenstionNo1": "string",
                    "extenstionNo2": "string",
                    "faxNo": "string",
                    "iSDCode": "string",
                    "latitude": "string",
                    "longitude": "string",
                    "mobileNo": "string",
                    "pOBoxNumber": "string",
                    "phoneNo1": "string",
                    "phoneNo2": "string",
                    "stateInfo": {
                        "stateAbbrevationCode": "string",
                        "stateCode": "string",
                        "stateName": "string"
                    },
                    "zipCode": "string"
                },
                "contactEmail": "string",
                "contactName": "string",
                "contactPhone": "string",
                "locationId": "string",
                "locationName": "string",
                "locationNumber": "string",
                "locationOrgEntity": {
                    "displayName": "string",
                    "entityCode": "string",
                    "lobCode": "string",
                    "lobName": "string"
                },
                "locationOrgEntityCode": "string",
                "locationType": [
                    {
                        "name": "string"
                    }
                ],
                "tradingPartnerType": {
                    "code": "string",
                    "name": "string"
                }
            },
            "supplierPOLineReference": "string",
            "supplierPONumber": "string",
            "supplierReferenceOrderLineNumber": "string",
            "supplierReferenceOrderNumber": "string",
            "supplierStatus": "string",
            "taxCode": "string",
            "taxDescription": "string",
            "taxExempt": "string",
            "taxTotal": "number",
            "terminationDate": "2025-02-05T04:52:02.034Z",
            "thirdPartyReferenceObjects": "string",
            "totalAcceptedQuantity": "number",
            "totalCreditedAmount": "number",
            "totalCreditedQuantity": "number",
            "totalInvoicedAmount": "number",
            "totalInvoicedQuantity": "number",
            "totalMarkup": "number",
            "totalReceivedAmount": "number",
            "totalReceivedQuantity": "number",
            "totalShippedQuantity": "number",
            "totalStagedShipQuantity": "number",
            "totalSuspendedQuantity": "number",
            "unitPrice": "number",
            "uom": {
                "code": "string",
                "culture": "string",
                "id": "string",
                "name": "string",
                "version": "number"
            }
        }
    ],
    "orderName": "string",
    "orderNumber": "string",
    "orderPriority": {
        "code": "string",
        "culture": "string",
        "id": "string",
        "name": "string",
        "version": "number"
    },
    "orderRemark": "string",
    "orderSpecialInstructionsFlag": "boolean",
    "orderTotal": "number",
    "orderType": "string",
    "orderingLocationAddress": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "culture": "string",
            "displayName": "string",
            "entityCode": "string",
            "entityDetailCode": "number",
            "entityDetailDescription": "string",
            "entityId": "number",
            "entityName": "string",
            "entityType": "string",
            "level": "number",
            "lobCode": "string",
            "lobName": "string",
            "parentEntityCode": "string",
            "parentEntityDetailCode": "number",
            "parentOrgEntities": [
                {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "isDeleted": "boolean",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "string"
                }
            ],
            "uniqueOrderOrgEntityNumber": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "partyCode": "string"
    },
    "orderingLocationContact": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "otherCharges": "number",
    "paymentTerms": {
        "description": "string",
        "discountDays": "number",
        "discountPercentage": "number",
        "dueDays": "number",
        "isActive": "boolean",
        "lob": "string",
        "markAsDefault": "boolean",
        "orgEntity": "string",
        "paymentTermCode": "string",
        "paymentTermName": "string"
    },
    "plannerContact": "string",
    "plannerEmail": "string",
    "plannerName": "string",
    "previousDocumentId": "string",
    "purchaseType": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "receiptReference": "string",
    "receiptStatus": "string",
    "receivedQuantity": "string",
    "receivingStatus": {
        "code": "number",
        "culture": "string",
        "id": "string",
        "name": "string",
        "stateCode": "string",
        "stateName": "string",
        "statusPriority": "number",
        "version": "number"
    },
    "referencedDocuments": {
        "links": [
            {
                "documentId": "string",
                "documentName": "string",
                "documentNumber": "string",
                "flippedBy": {
                    "clientContactCode": "string",
                    "companyName": "string",
                    "contactCode": "string",
                    "emailAddress": "string",
                    "firstName": "string",
                    "lastName": "string"
                },
                "flippedOn": "datetime",
                "metadata": "string",
                "metadata1": {
                    "lineId": "string",
                    "lineNumber": "number",
                    "lineStatus": "string",
                    "needByDate": "datetime",
                    "promisedDate": "datetime",
                    "promisedQuantity": "number",
                    "quantity": "number"
                },
                "subType": "string",
                "type": "string",
                "uniqueOrderReferDocumnentNumber": "string",
                "url": "string"
            }
        ],
        "sources": [
            {
                "documentId": "string",
                "documentName": "string",
                "documentNumber": "string",
                "flippedBy": {
                    "clientContactCode": "string",
                    "companyName": "string",
                    "contactCode": "string",
                    "emailAddress": "string",
                    "firstName": "string",
                    "lastName": "string"
                },
                "flippedOn": "datetime",
                "metadata": "string",
                "metadata1": {
                    "lineId": "string",
                    "lineNumber": "number",
                    "lineStatus": "string",
                    "needByDate": "datetime",
                    "promisedDate": "datetime",
                    "promisedQuantity": "number",
                    "quantity": "number"
                },
                "subType": "string",
                "type": "string",
                "uniqueOrderReferDocumnentNumber": "string",
                "url": "string"
            }
        ],
        "targets": [
            {
                "documentId": "string",
                "documentName": "string",
                "documentNumber": "string",
                "flippedBy": {
                    "clientContactCode": "string",
                    "companyName": "string",
                    "contactCode": "string",
                    "emailAddress": "string",
                    "firstName": "string",
                    "lastName": "string"
                },
                "flippedOn": "datetime",
                "metadata": "string",
                "metadata1": {
                    "lineId": "string",
                    "lineNumber": "number",
                    "lineStatus": "string",
                    "needByDate": "datetime",
                    "promisedDate": "datetime",
                    "promisedQuantity": "number",
                    "quantity": "number"
                },
                "subType": "string",
                "type": "string",
                "uniqueOrderReferDocumnentNumber": "string",
                "url": "string"
            }
        ]
    },
    "remitTo": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "culture": "string",
            "displayName": "string",
            "entityCode": "string",
            "entityDetailCode": "number",
            "entityDetailDescription": "string",
            "entityId": "number",
            "entityName": "string",
            "entityType": "string",
            "level": "number",
            "lobCode": "string",
            "lobName": "string",
            "parentEntityCode": "string",
            "parentEntityDetailCode": "number",
            "parentOrgEntities": [
                {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "isDeleted": "boolean",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "string"
                }
            ],
            "uniqueOrderOrgEntityNumber": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "partyCode": "string"
    },
    "remitToInterfaceStatus": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "lob": "string",
        "name": "string",
        "source": "string",
        "sourceSystemName": "string",
        "sourceSystemValue": "string",
        "status": "string",
        "statusChangeDate": "datetime",
        "statusCode": "number",
        "version": "number"
    },
    "remitToTradingPartner": {
        "clientPartnerCode": "string",
        "legalCompanyName": "string",
        "smartPartnerCode": "string",
        "supplierPartnerCode": "string",
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "remitToTradingPartnerContact": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "rootDocumentId": "string",
    "shipFrom": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "culture": "string",
            "displayName": "string",
            "entityCode": "string",
            "entityDetailCode": "number",
            "entityDetailDescription": "string",
            "entityId": "number",
            "entityName": "string",
            "entityType": "string",
            "level": "number",
            "lobCode": "string",
            "lobName": "string",
            "parentEntityCode": "string",
            "parentEntityDetailCode": "number",
            "parentOrgEntities": [
                {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "isDeleted": "boolean",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "string"
                }
            ],
            "uniqueOrderOrgEntityNumber": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "partyCode": "string"
    },
    "shipFromAddress": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "culture": "string",
            "displayName": "string",
            "entityCode": "string",
            "entityDetailCode": "number",
            "entityDetailDescription": "string",
            "entityId": "number",
            "entityName": "string",
            "entityType": "string",
            "level": "number",
            "lobCode": "string",
            "lobName": "string",
            "parentEntityCode": "string",
            "parentEntityDetailCode": "number",
            "parentOrgEntities": [
                {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "isDeleted": "boolean",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "string"
                }
            ],
            "uniqueOrderOrgEntityNumber": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "partyCode": "string"
    },
    "shipFromTradingPartnerCode": {
        "clientPartnerCode": "string",
        "legalCompanyName": "string",
        "smartPartnerCode": "string",
        "supplierPartnerCode": "string",
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "shipFromTradingPartnerContact": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "shipTo": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "displayName": "string",
            "entityCode": "string",
            "lobCode": "string",
            "lobName": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "shipToAddress": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "displayName": "string",
            "entityCode": "string",
            "lobCode": "string",
            "lobName": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "shipToPartyName": "string",
    "shipToTradingPartner": {
        "clientPartnerCode": "string",
        "legalCompanyName": "string",
        "smartPartnerCode": "string",
        "supplierPartnerCode": "string",
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "shipToTradingPartnerContact": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "shippingMethod": "string",
    "shippingStatus": {
        "code": "number",
        "culture": "string",
        "id": "string",
        "name": "string",
        "stateCode": "string",
        "stateName": "string",
        "statusPriority": "number",
        "version": "number"
    },
    "sourceDetails": "string",
    "sourceSystem": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "sourceSystemOrderNumber": "string",
    "sourceSystemVersionNumber": "string",
    "subType": "string",
    "subTypeName": "string",
    "subtypeAppId": "string",
    "suggestedLinetaxTotal": "number",
    "supplierCode": "string",
    "supplierContact": {
        "clientContactCode": "string",
        "companyName": "string",
        "contactCode": "number",
        "emailAddress": "string",
        "firstName": "string",
        "isDeleted": "boolean",
        "isPrimary": "boolean",
        "lastName": "string",
        "legalCompanyName": "string",
        "personaCode": "number",
        "userInfo": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "createdOn": "datetime",
            "cultureCode": "string",
            "defaultCurrencyCode": "string",
            "emailAddress": "string",
            "firstName": "string",
            "isActive": "boolean",
            "lastName": "string",
            "mobileNo": "string",
            "timeZone": "string",
            "userId": "number",
            "userName": "string"
        }
    },
    "supplierContactRole": "string",
    "supplierDetails": {
        "clientPartnerCode": "string",
        "legalCompanyName": "string",
        "smartPartnerCode": "string",
        "status": "string",
        "supplierContact": {
            "clientContactCode": "string",
            "companyName": "string",
            "contactCode": "number",
            "emailAddress": "string",
            "firstName": "string",
            "isDeleted": "boolean",
            "isPrimary": "boolean",
            "lastName": "string",
            "legalCompanyName": "string",
            "personaCode": "number",
            "userInfo": {
                "clientContactCode": "string",
                "companyName": "string",
                "contactCode": "number",
                "createdOn": "datetime",
                "cultureCode": "string",
                "defaultCurrencyCode": "string",
                "emailAddress": "string",
                "firstName": "string",
                "isActive": "boolean",
                "lastName": "string",
                "mobileNo": "string",
                "timeZone": "string",
                "userId": "number",
                "userName": "string"
            }
        },
        "supplierPartnerCode": "string",
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "supplierEmail": "string",
    "supplierFax": "string",
    "supplierInterfaceStatus": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "lob": "string",
        "name": "string",
        "source": "string",
        "sourceSystemName": "string",
        "sourceSystemValue": "string",
        "status": "string",
        "statusChangeDate": "datetime",
        "statusCode": "number",
        "version": "number"
    },
    "supplierItemNumber": "string",
    "supplierLocations": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "culture": "string",
            "displayName": "string",
            "entityCode": "string",
            "entityDetailCode": "number",
            "entityDetailDescription": "string",
            "entityId": "number",
            "entityName": "string",
            "entityType": "string",
            "level": "number",
            "lobCode": "string",
            "lobName": "string",
            "parentEntityCode": "string",
            "parentEntityDetailCode": "number",
            "parentOrgEntities": [
                {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "isDeleted": "boolean",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "string"
                }
            ],
            "uniqueOrderOrgEntityNumber": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "partyCode": "string"
    },
    "supplierName": "string",
    "supplierOrderingLocation": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "displayName": "string",
            "entityCode": "string",
            "lobCode": "string",
            "lobName": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "tradingPartnerType": {
            "code": "string",
            "name": "string"
        }
    },
    "supplierPhone": "string",
    "supplierReferenceOrderNumber": "string",
    "supplierRemitToLocation": {
        "addressCode": "string",
        "addressInfo": {
            "addressCode": "string",
            "addressInfoUniqueNumber": "string",
            "addressline1": "string",
            "addressline2": "string",
            "addressline3": "string",
            "city": "string",
            "countryInfo": {
                "countryCode": "string",
                "countryId": "number",
                "countryName": "string"
            },
            "county": "string",
            "cultureCode": "string",
            "extenstionNo1": "string",
            "extenstionNo2": "string",
            "faxNo": "string",
            "iSDCode": "string",
            "latitude": "string",
            "longitude": "string",
            "mobileNo": "string",
            "pOBoxNumber": "string",
            "phoneNo1": "string",
            "phoneNo2": "string",
            "stateInfo": {
                "stateAbbrevationCode": "string",
                "stateCode": "string",
                "stateName": "string"
            },
            "zipCode": "string"
        },
        "contactEmail": "string",
        "contactName": "string",
        "contactPhone": "string",
        "locationId": "string",
        "locationName": "string",
        "locationNumber": "string",
        "locationOrgEntity": {
            "culture": "string",
            "displayName": "string",
            "entityCode": "string",
            "entityDetailCode": "number",
            "entityDetailDescription": "string",
            "entityId": "number",
            "entityName": "string",
            "entityType": "string",
            "level": "number",
            "lobCode": "string",
            "lobName": "string",
            "parentEntityCode": "string",
            "parentEntityDetailCode": "number",
            "parentOrgEntities": [
                {
                    "culture": "string",
                    "displayName": "string",
                    "entityCode": "string",
                    "entityDetailCode": "number",
                    "entityDetailDescription": "string",
                    "entityId": "number",
                    "entityName": "string",
                    "entityType": "string",
                    "isDeleted": "boolean",
                    "level": "number",
                    "lobCode": "string",
                    "lobName": "string",
                    "parentEntityCode": "string",
                    "parentEntityDetailCode": "string"
                }
            ],
            "uniqueOrderOrgEntityNumber": "string"
        },
        "locationOrgEntityCode": "string",
        "locationType": [
            {
                "name": "string"
            }
        ],
        "partyCode": "string"
    },
    "taxCode": "string",
    "taxDescription": "string",
    "taxExempt": "string",
    "taxTotal": "number",
    "teamMembers": [
        {
            "buyerPartnerName": "string",
            "contactCode": "number",
            "emailAddress": "string",
            "firstName": "string",
            "fullName": "string",
            "groupId": "number",
            "groupName": "string",
            "isActive": "boolean",
            "isBuyerContact": "boolean",
            "isCoAuthor": "boolean",
            "isDeleted": "boolean",
            "isOrderAuthor": "boolean",
            "isOrderContact": "boolean",
            "isSelected": "boolean",
            "isSupplierContact": "boolean",
            "isViewer": "boolean",
            "lastName": "string",
            "userId": "number",
            "userName": "string"
        }
    ],
    "terminationDate": "datetime",
    "thirdPartyReferenceObjects": "string",
    "totalFreightAmount": "number",
    "totalLineSubTotal": "number",
    "totalLineTotal": "number",
    "totalMarkup": "number",
    "totalOrderAmount": "number",
    "totalRequestQuantity": "string",
    "transactionId": "string",
    "type": {
        "appCodeId": "number",
        "clientCode": "string",
        "code": "string",
        "codeType": "string",
        "description": "string",
        "exceptionOrderFlag": "boolean",
        "exceptionOrderId": "number",
        "id": "string",
        "name": "string",
        "source": "string",
        "status": "string",
        "uniqueOrderAppCode": "string",
        "version": "number"
    },
    "version": "string",
    "visibility": {
        "code": "string",
        "id": "number",
        "name": "string"
    }
}
{
    "exception": object,
    "data": object,
    "hasData": boolean,
    "hasException": boolean,
}
  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | string  | Location number for billing  | 
  | 
agreementEndDate  | datetime  | End date of the agreement  | ||
agreementStartDate  | datetime  | Start date of the agreement  | ||
assignedTo  | string  | Person assigned  | ||
bpc  | number  | Business process code  | ||
buyerPartnerName  | string  | Name of the buyer partner  | ||
closedForInvoicing  | boolean  | Indicates if closed for invoicing  | ||
closedForReceipt  | boolean  | Indicates if closed for receipt  | ||
closedforShipment  | boolean  | Indicates if closed for shipment  | ||
createdOn  | datetime  | Creation timestamp  | ||
customerName  | string  | Name of the customer  | ||
deliverToLocationCode  | string  | Location code for delivery  | ||
documenOutboundInterfaceMessage  | string  | Message for outbound interface document  | ||
documentDate  | datetime  | Date of the document  | ||
documentFileId  | string  | File ID associated with the document  | ||
documentId  | string  | Unique document identifier  | ||
documentName  | string  | Name of the document  | ||
documentNumber  | string  | Number assigned to the document  | ||
documentOutboundInterfaceDateTime  | datetime  | Date and time of outbound interface processing  | ||
documentOutboundInterfaceID  | string  | Unique ID of outbound interface  | ||
documentOutboundInterfaceStatus  | string  | Status of outbound interface processing  | ||
documentStatusChangedDate  | datetime  | Timestamp when document status changed  | ||
documentVersionNumber  | string  | Version number of the document  | ||
ersEnabled  | boolean  | Indicates if ERS (Evaluated Receipt Settlement) is enabled  | ||
exceptionOrderFlag  | boolean  | Indicates if the order is marked as an exception  | ||
frieght  | string  | Freight details  | ||
grNumber  | string  | Goods receipt number  | ||
holdDate  | datetime  | Date when the document was put on hold  | ||
holdFlag  | boolean  | Indicates if the document is currently on hold  | ||
holdReason  | string  | Reason for putting the document on hold  | ||
holdReleasedBy  | string  | User who released the hold  | ||
holdReleasedDate  | datetime  | Date when the hold was released  | ||
id  | string  | Unique identifier  | ||
incoTermDescription  | string  | Description of the Incoterm  | ||
isDeleted  | boolean  | Indicates if the document is deleted  | ||
itemNumber  | string  | Unique number identifying an item  | ||
lastModifiedBy  | datetime  | Timestamp when the document was last modified  | ||
lastModifiedDate  | datetime  | Last modification date  | ||
markupFlatFee  | number  | Flat fee markup applied  | ||
markupPercentage  | number  | Percentage markup applied  | ||
moduleId  | number  | Identifier of the module  | ||
notesAttachmentsLinks  | string  | Links to attachments in notes  | ||
orderAuthor  | string  | Name of the person who authored the order  | ||
orderHeaderId  | string  | Identifier of the order header  | ||
orderName  | string  | Name of the order  | ||
orderNumber  | string  | Order number  | ||
orderRemark  | string  | Remarks for the order  | ||
orderSpecialInstructionsFlag  | boolean  | Indicates if special instructions exist  | ||
orderTotal  | number  | Total amount of the order  | ||
orderType  | string  | Type of order  | ||
otherCharges  | number  | Additional charges  | ||
plannerContact  | string  | Planner contact details  | ||
plannerEmail  | string  | Email of the planner  | ||
plannerName  | string  | Name of the planner  | ||
previousDocumentId  | string  | ID of the previous document  | ||
receiptReference  | string  | Reference number for the receipt  | ||
receiptStatus  | string  | Status of the receipt  | ||
receivedQuantity  | string  | Quantity received  | ||
rootDocumentId  | string  | Root document ID  | ||
shipToPartyName  | string  | Name of the ship-to party  | ||
shippingMethod  | string  | Method of shipping  | ||
sourceDetails  | string  | Details about the source  | ||
sourceSystemOrderNumber  | string  | Order number in the source system  | ||
sourceSystemVersionNumber  | string  | Version number in the source system  | ||
subType  | string  | Subtype of the document  | ||
subTypeName  | string  | Name of the document subtype  | ||
subtypeAppId  | string  | Application ID of the subtype  | ||
suggestedLinetaxTotal  | number  | Total line tax suggested  | ||
supplierCode  | string  | Supplier code  | ||
supplierEmail  | string  | Supplier email  | ||
supplierFax  | string  | Supplier fax number  | ||
supplierItemNumber  | string  | Supplier’s item number  | ||
supplierName  | string  | Name of the supplier  | ||
supplierPhone  | string  | Phone number of the supplier  | ||
supplierReferenceOrderNumber  | string  | Reference order number from supplier  | ||
taxCode  | string  | Tax code applied  | ||
taxDescription  | string  | Description of the tax  | ||
taxExempt  | string  | Indicates if tax exemption applies  | ||
taxTotal  | number  | Total tax amount  | ||
terminationDate  | datetime  | Termination date of the document  | ||
thirdPartyReferenceObjects  | string  | Third-party reference details  | ||
totalFreightAmount  | number  | Total freight cost  | ||
totalLineSubTotal  | number  | Subtotal for all lines in the order  | ||
totalLineTotal  | number  | Total line amount  | ||
totalMarkup  | number  | Total markup applied  | ||
totalOrderAmount  | number  | Total amount for the order  | ||
totalRequestQuantity  | string  | Total requested quantity  | ||
transactionId  | string  | Unique transaction identifier  | ||
version  | string  | Version of the document  | ||
Bill To  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
addressCode  | string  | Address code of the billing entity  | ||
addressInfo  | object  | Address details  | ||
contactEmail  | string  | Contact email address  | ||
contactName  | string  | Contact person name  | ||
contactPhone  | string  | Contact phone number  | ||
locationId  | string  | Unique location identifier  | ||
locationName  | string  | Name of the location  | ||
locationNumber  | string  | Location number  | ||
locationOrgEntity  | object  | Organizational entity details  | ||
locationOrgEntityCode  | string  | Code of organizational entity  | ||
locationType  | array  | Type of location  | ||
tradingPartnerType  | object  | Trading partner type details  | ||
billToAddress  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
addressCode  | string  | Address code  | ||
addressInfo  | object  | Address information  | ||
contactEmail  | string  | Contact email address  | ||
contactName  | string  | Contact person's name  | ||
contactPhone  | string  | Contact phone number  | ||
locationId  | string  | Unique identifier for the location  | ||
locationName  | string  | Name of the location  | ||
locationNumber  | string  | Location number  | ||
locationOrgEntity  | object  | Organization entity details  | ||
locationOrgEntityCode  | string  | Code of the organization entity  | ||
locationType  | array  | List of location types  | ||
tradingPartnerType  | object  | Trading partner type details  | ||
billToTradingPartner  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
clientPartnerCode  | string  | Client partner code  | ||
legalCompanyName  | string  | Legal company name  | ||
smartPartnerCode  | string  | Smart partner code  | ||
status  | string  | Status of the trading partner  | ||
supplierPartnerCode  | string  | Supplier partner code  | ||
tradingPartnerType  | object  | Trading partner type details  | ||
billToTradingPartnerContact  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
clientContactCode  | string  | Client contact code  | ||
companyName  | string  | Name of the company  | ||
contactCode  | number  | Unique identifier for the contact  | ||
emailAddress  | string  | Email address  | ||
firstName  | string  | First name of the contact  | ||
isDeleted  | boolean  | Indicates if the contact is deleted  | ||
isPrimary  | boolean  | Indicates if the contact is primary  | ||
lastName  | string  | Last name of the contact  | ||
legalCompanyName  | string  | Legal company name  | ||
personaCode  | number  | Persona code  | ||
userInfo  | object  | User information  | ||
businessUnit  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
culture  | string  | Culture code  | ||
displayName  | string  | Display name of the business unit  | ||
entityCode  | string  | Code of the entity  | ||
entityDetailCode  | number  | Detail code of the entity  | ||
entityDetailDescription  | string  | Description of the entity detail  | ||
entityId  | number  | Unique identifier for the entity  | ||
entityName  | string  | Name of the entity  | ||
entityType  | string  | Type of entity  | ||
level  | number  | Hierarchical level  | ||
lobCode  | string  | Line of business code  | ||
lobName  | string  | Line of business name  | ||
parentEntityCode  | string  | Code of the parent entity  | ||
parentEntityDetailCode  | number  | Detail code of the parent entity  | ||
parentOrgEntities  | array  | List of parent organization entities  | ||
uniqueOrderOrgEntityNumber  | string  | Unique order organization number  | ||
buyerContact  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
clientContactCode  | string  | Client contact code  | ||
companyName  | string  | Name of the company  | ||
contactCode  | number  | Contact code  | ||
emailAddress  | string  | Email address  | ||
firstName  | string  | First name of the contact  | ||
isDeleted  | boolean  | Indicates if the contact is deleted  | ||
isPrimary  | boolean  | Indicates if the contact is primary  | ||
lastName  | string  | Last name of the contact  | ||
legalCompanyName  | string  | Legal company name  | ||
personaCode  | number  | Persona code  | ||
userInfo  | object  | User information  | ||
buyerInterfaceStatus  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
appCodeId  | number  | Application code identifier  | ||
clientCode  | string  | Client code  | ||
code  | string  | Status code  | ||
codeType  | string  | Type of code  | ||
description  | string  | Description of the status  | ||
lob  | string  | Line of business  | ||
name  | string  | Name of the status  | ||
source  | string  | Source of the status  | ||
sourceSystemName  | string  | Name of the source system  | ||
sourceSystemValue  | string  | Value from the source system  | ||
status  | string  | Status of the buyer interface  | ||
statusChangeDate  | datetime  | Date when status changed  | ||
statusCode  | number  | Status code  | ||
version  | number  | Version number of the status  | ||
changeType  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
appCodeId  | number  | Application code identifier  | ||
clientCode  | string  | Client code  | ||
code  | string  | Change type code  | ||
codeType  | string  | Type of change  | ||
description  | string  | Description of the change type  | ||
exceptionOrderFlag  | boolean  | Indicates if it's an exception order  | ||
exceptionOrderId  | number  | Exception order ID  | ||
id  | string  | Unique identifier for the change type  | ||
name  | string  | Name of the change type  | ||
source  | string  | Source of the change  | ||
status  | string  | Status of the change  | ||
uniqueOrderAppCode  | string  | Unique order application code  | ||
version  | number  | Version of the change type  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
companyCode  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
culture  | string  | Culture code  | ||
displayName  | string  | Display name of the company code  | ||
entityCode  | string  | Unique entity code  | ||
entityDetailCode  | number  | Detail code of the entity  | ||
entityDetailDescription  | string  | Description of entity details  | ||
entityId  | number  | Unique entity identifier  | ||
entityName  | string  | Name of the entity  | ||
entityType  | string  | Type of entity  | ||
level  | number  | Level of the entity in hierarchy  | ||
lobCode  | string  | Line of business code  | ||
lobName  | string  | Line of business name  | ||
parentEntityCode  | string  | Code of the parent entity  | ||
parentEntityDetailCode  | number  | Detail code of the parent entity  | ||
parentOrgEntities  | array  | List of parent organization entities  | ||
uniqueOrderOrgEntityNumber  | string  | Unique order organization number  | ||
createdBy  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
clientContactCode  | string  | Client contact code  | ||
companyName  | string  | Name of the company  | ||
contactCode  | number  | Unique identifier for the contact  | ||
createdOn  | datetime  | Timestamp of creation  | ||
cultureCode  | string  | Culture code  | ||
defaultCurrencyCode  | string  | Default currency code  | ||
emailAddress  | string  | Email address of the user  | ||
firstName  | string  | First name of the user  | ||
isActive  | boolean  | Indicates if the user is active  | ||
lastName  | string  | Last name of the user  | ||
mobileNo  | string  | Mobile phone number  | ||
timeZone  | string  | Time zone of the user  | ||
userId  | number  | Unique user identifier  | ||
userName  | string  | Username  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
currency  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | string  | Currency code  | ||
countryCodes  | string  | Associated country codes  | ||
isActive  | boolean  | Indicates if the currency is active  | ||
name  | string  | Name of the currency  | ||
preferenceOrder  | number  | Preference order of the currency  | ||
symbol  | string  | Symbol of the currency  | ||
version  | number  | Version number  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
customerSiteTradingPartner  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
clientPartnerCode  | string  | Client partner code  | ||
legalCompanyName  | string  | Legal company name  | ||
smartPartnerCode  | string  | Smart partner code  | ||
supplierPartnerCode  | string  | Supplier partner code  | ||
tradingPartnerType  | object  | Trading partner type details  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
deliverTo  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
clientContactCode  | string  | Client contact code  | ||
companyName  | string  | Name of the company  | ||
contactCode  | number  | Contact code  | ||
emailAddress  | string  | Email address  | ||
firstName  | string  | First name of the contact  | ||
isDeleted  | boolean  | Indicates if the contact is deleted  | ||
isPrimary  | boolean  | Indicates if the contact is primary  | ||
lastName  | string  | Last name of the contact  | ||
legalCompanyName  | string  | Legal company name  | ||
personaCode  | number  | Persona code  | ||
userInfo  | object  | User information  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
demandSourceType  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
appCodeId  | number  | Application code identifier  | ||
clientCode  | string  | Client code  | ||
code  | string  | Source type code  | ||
codeType  | string  | Type of code  | ||
description  | string  | Description of the demand source type  | ||
exceptionOrderFlag  | boolean  | Indicates if it's an exception order  | ||
exceptionOrderId  | number  | Exception order ID  | ||
id  | string  | Unique identifier for the source type  | ||
name  | string  | Name of the demand source type  | ||
source  | string  | Source of the demand  | ||
status  | string  | Status of the demand source  | ||
uniqueOrderAppCode  | string  | Unique order application code  | ||
version  | number  | Version of the demand source type  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
dispatchMode  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
auctionFormatId  | string  | Auction format identifier  | ||
auctionFormatName  | string  | Name of the auction format  | ||
contractFormatId  | string  | Contract format identifier  | ||
contractFormatName  | string  | Name of the contract format  | ||
dispatchModeValue  | string  | Value assigned to dispatch mode  | ||
invoiceFormatId  | string  | Invoice format identifier  | ||
invoiceFormatName  | string  | Name of the invoice format  | ||
poFormatId  | string  | Purchase order format identifier  | ||
poFormatName  | string  | Name of the purchase order format  | ||
rfxFormatName  | string  | Name of the RFx format  | ||
rxFormatId  | string  | RX format identifier  | ||
serviceConfirmationFormatId  | string  | Service confirmation format identifier  | ||
serviceConfirmationFormatName  | string  | Name of the service confirmation format  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
documentStage  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | string  | Document stage code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for stage  | ||
name  | string  | Name of the document stage  | ||
version  | number  | Version number of the stage  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
documentStatus  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | number  | Status code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for document status  | ||
name  | string  | Name of the document status  | ||
stateCode  | string  | State code for the document status  | ||
stateName  | string  | Name of the document state  | ||
statusPriority  | number  | Priority level of the document status  | ||
version  | number  | Version number of the document status  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
incoTermCode  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
appCodeId  | number  | Application code identifier  | ||
clientCode  | string  | Client code  | ||
code  | string  | Incoterm code  | ||
codeType  | string  | Type of incoterm  | ||
description  | string  | Description of the incoterm  | ||
exceptionOrderFlag  | boolean  | Indicates if it's an exception order  | ||
exceptionOrderId  | number  | Exception order ID  | ||
id  | string  | Unique identifier for the incoterm  | ||
name  | string  | Name of the incoterm  | ||
source  | string  | Source of the incoterm  | ||
status  | string  | Status of the incoterm  | ||
uniqueOrderAppCode  | string  | Unique order application code  | ||
version  | number  | Version of the incoterm  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
interfaceStatus  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
lob  | string  | Line of business  | ||
sourceSystemERPReference  | string  | ERP reference of the source system  | ||
sourceSystemName  | string  | Name of the source system  | ||
sourceSystemValue  | string  | Value from the source system  | ||
statusChangeDate  | datetime  | Date when status changed  | ||
statusCode  | number  | Status code  | ||
statusName  | string  | Name of the status  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
invoicingStatus  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | number  | Status code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for invoicing status  | ||
name  | string  | Name of the invoicing status  | ||
stateCode  | string  | State code for the invoicing status  | ||
stateName  | string  | Name of the invoicing state  | ||
statusPriority  | number  | Priority level of the invoicing status  | ||
version  | number  | Version number of the invoicing status  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
matchType  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
appCodeId  | number  | Application code identifier  | ||
clientCode  | string  | Client code  | ||
code  | string  | Match type code  | ||
codeType  | string  | Type of match  | ||
description  | string  | Description of the match type  | ||
exceptionOrderFlag  | boolean  | Indicates if it's an exception order  | ||
exceptionOrderId  | number  | Exception order ID  | ||
id  | string  | Unique identifier for the match type  | ||
name  | string  | Name of the match type  | ||
source  | string  | Source of the match  | ||
status  | string  | Status of the match type  | ||
uniqueOrderAppCode  | string  | Unique order application code  | ||
version  | number  | Version of the match type  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
operationType  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
appCodeId  | number  | Application code identifier  | ||
clientCode  | string  | Client code  | ||
code  | string  | Operation type code  | ||
codeType  | string  | Type of operation  | ||
description  | string  | Description of the operation type  | ||
exceptionOrderFlag  | boolean  | Indicates if it's an exception order  | ||
exceptionOrderId  | number  | Exception order ID  | ||
id  | string  | Unique identifier for the operation type  | ||
name  | string  | Name of the operation type  | ||
source  | string  | Source of the operation  | ||
status  | string  | Status of the operation  | ||
uniqueOrderAppCode  | string  | Unique order application code  | ||
version  | number  | Version of the operation type  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
orderPriority  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | string  | Order priority code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for priority  | ||
name  | string  | Name of the order priority  | ||
version  | number  | Version number of the priority  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
paymentTerms  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
description  | string  | Description of the payment terms  | ||
discountDays  | number  | Number of days for discount  | ||
discountPercentage  | number  | Discount percentage  | ||
dueDays  | number  | Number of due days  | ||
isActive  | boolean  | Indicates if payment term is active  | ||
lob  | string  | Line of business  | ||
markAsDefault  | boolean  | Indicates if it's the default payment term  | ||
orgEntity  | string  | Organization entity  | ||
paymentTermCode  | string  | Code for the payment term  | ||
paymentTermName  | string  | Name of the payment term  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
purchaseType  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
appCodeId  | number  | Application code identifier  | ||
clientCode  | string  | Client code  | ||
code  | string  | Purchase type code  | ||
codeType  | string  | Type of purchase  | ||
description  | string  | Description of the purchase type  | ||
exceptionOrderFlag  | boolean  | Indicates if it's an exception order  | ||
exceptionOrderId  | number  | Exception order ID  | ||
id  | string  | Unique identifier for the purchase type  | ||
name  | string  | Name of the purchase type  | ||
source  | string  | Source of the purchase  | ||
status  | string  | Status of the purchase type  | ||
uniqueOrderAppCode  | string  | Unique order application code  | ||
version  | number  | Version of the purchase type  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
receivingStatus  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | number  | Status code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for receiving status  | ||
name  | string  | Name of the receiving status  | ||
stateCode  | string  | State code for the receiving status  | ||
stateName  | string  | Name of the receiving state  | ||
statusPriority  | number  | Priority level of the receiving status  | ||
version  | number  | Version number of the receiving status  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
shippingStatus  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | number  | Status code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for shipping status  | ||
name  | string  | Name of the shipping status  | ||
stateCode  | string  | State code for the shipping status  | ||
stateName  | string  | Name of the shipping state  | ||
statusPriority  | number  | Priority level of the shipping status  | ||
version  | number  | Version number of the shipping status  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
type  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
appCodeId  | number  | Application code identifier  | ||
clientCode  | string  | Client code  | ||
code  | string  | Type code  | ||
codeType  | string  | Type classification  | ||
description  | string  | Description of the type  | ||
exceptionOrderFlag  | boolean  | Indicates if it's an exception order  | ||
exceptionOrderId  | number  | Exception order ID  | ||
id  | string  | Unique identifier for the type  | ||
name  | string  | Name of the type  | ||
source  | string  | Source of the type  | ||
status  | string  | Status of the type  | ||
uniqueOrderAppCode  | string  | Unique order application code  | ||
version  | number  | Version of the type  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
addressInfo  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
addressCode  | string  | Address code  | ||
addressInfoUniqueNumber  | string  | Unique identifier for address  | ||
addressline1  | string  | Address line 1  | ||
addressline2  | string  | Address line 2  | ||
addressline3  | string  | Address line 3  | ||
city  | string  | City name  | ||
countryInfo  | object  | Country information  | ||
county  | string  | County name  | ||
cultureCode  | string  | Culture code  | ||
extensionNo1  | string  | Extension number 1  | ||
extensionNo2  | string  | Extension number 2  | ||
faxNo  | string  | Fax number  | ||
iSDCode  | string  | International dialing code  | ||
latitude  | string  | Latitude coordinates  | ||
longitude  | string  | Longitude coordinates  | ||
mobileNo  | string  | Mobile phone number  | ||
pOBoxNumber  | string  | P.O. Box number  | ||
phoneNo1  | string  | Primary phone number  | ||
phoneNo2  | string  | Secondary phone number  | ||
stateInfo  | object  | State details  | ||
zipCode  | string  | Zip code  | ||
  | 
  | 
  | 
  | 
  | 
countryInfo  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | string  | Country code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for country  | ||
name  | string  | Country name  | ||
version  | number  | Version number  | ||
  | 
  | 
  | 
  | 
  | 
stateInfo  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | string  | State code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for state  | ||
name  | string  | State name  | ||
version  | number  | Version number  | ||
  | 
  | 
  | 
  | 
  | 
locationOrgEntity  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
culture  | string  | Culture code  | ||
displayName  | string  | Display name of the entity  | ||
entityCode  | string  | Unique entity code  | ||
entityDetailCode  | number  | Detail code of the entity  | ||
entityDetailDescription  | string  | Description of the entity  | ||
entityId  | number  | Unique entity identifier  | ||
entityName  | string  | Name of the entity  | ||
entityType  | string  | Type of entity  | ||
level  | number  | Level of the entity in hierarchy  | ||
lobCode  | string  | Line of business code  | ||
lobName  | string  | Line of business name  | ||
parentEntityCode  | string  | Code of the parent entity  | ||
parentEntityDetailCode  | number  | Detail code of the parent entity  | ||
parentOrgEntities  | array  | List of parent organization entities  | ||
uniqueOrderOrgEntityNumber  | string  | Unique order organization number  | ||
  | 
  | 
  | 
  | 
  | 
tradingPartnerType  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
code  | string  | Trading partner type code  | ||
culture  | string  | Culture identifier  | ||
id  | string  | Unique identifier for partner type  | ||
name  | string  | Trading partner type name  | ||
version  | number  | Version number  | ||
  | 
  | 
  | 
  | 
  | 
userInfo  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
emailAddress  | string  | Email address  | ||
firstName  | string  | First name of the user  | ||
lastName  | string  | Last name of the user  | ||
mobileNo  | string  | Mobile phone number  | ||
timeZone  | string  | Time zone of the user  | ||
userId  | number  | Unique user identifier  | ||
userName  | string  | Username  | ||
  | 
  | 
  | 
  | 
  | 
createdBy  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
clientContactCode  | string  | Client contact code  | ||
companyName  | string  | Name of the company  | ||
contactCode  | number  | Unique identifier for the contact  | ||
createdOn  | datetime  | Timestamp of creation  | ||
cultureCode  | string  | Culture code  | ||
defaultCurrencyCode  | string  | Default currency code  | ||
emailAddress  | string  | Email address of the user  | ||
firstName  | string  | First name of the user  | ||
isActive  | boolean  | Indicates if the user is active  | ||
lastName  | string  | Last name of the user  | ||
mobileNo  | string  | Mobile phone number  | ||
timeZone  | string  | Time zone of the user  | ||
userId  | number  | Unique user identifier  | ||
userName  | string  | Username  | ||
  | 
  | 
  | 
  | 
  | 
customerSiteTradingPartnerLocation  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
addressCode  | string  | Address code  | ||
addressInfo  | object  | Address details  | ||
locationId  | string  | Unique location identifier  | ||
locationName  | string  | Name of the location  | ||
locationNumber  | string  | Location number  | ||
locationType  | array  | Type of location  | ||
  | 
  | 
  | 
  | 
  | 
deliverToTradingPartnerLocation  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
addressCode  | string  | Address code  | ||
addressInfo  | object  | Address details  | ||
locationId  | string  | Unique location identifier  | ||
locationName  | string  | Name of the location  | ||
locationNumber  | string  | Location number  | ||
locationType  | array  | Type of location  | ||
  | 
  | 
  | 
  | 
  | 
orderItems  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
additionalLeadTime  | number  | Additional lead time for order item  | ||
auditFields  | object  | Audit fields for order item  | ||
billTo  | object  | Billing information  | ||
billToAddress  | object  | Billing address details  | ||
businessUnit  | object  | Business unit details  | ||
buyerInterfaceStatus  | object  | Buyer interface status  | ||
cancelReason  | object  | Reason for cancellation  | ||
category  | object  | Item category details  | ||
changeType  | object  | Change type details  | ||
closedForInvoicing  | boolean  | Indicates if closed for invoicing  | ||
closedForReceipt  | boolean  | Indicates if closed for receipt  | ||
closedForShipment  | boolean  | Indicates if closed for shipment  | ||
commodityCode  | string  | Code for commodity type  | ||
contractExpiryDate  | datetime  | Expiry date of the contract  | ||
contractLimit  | string  | Contract limit details  | ||
contractLineNumber  | string  | Line number in contract  | ||
contractName  | string  | Name of the contract  | ||
contractNumber  | string  | Contract number  | ||
createdBy  | object  | Creator details  | ||
createdOn  | datetime  | Creation timestamp  | ||
deliverTo  | object  | Delivery information  | ||
discountPercentage  | number  | Discount percentage  | ||
documentId  | string  | Document identifier  | ||
documentNumber  | string  | Document number  | ||
documentStatus  | object  | Status of document  | ||
invoiceAmount  | number  | Invoiced amount  | ||
invoiceQuantity  | number  | Invoiced quantity  | ||
item  | object  | Item details  | ||
  | 
  | 
  | 
  | 
  | 
item  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
itemCode  | string  | Code of the item  | ||
itemDescription  | string  | Description of the item  | ||
itemName  | string  | Name of the item  | ||
itemType  | string  | Type of item  | ||
  | 
  | 
  | 
  | 
  | 
Request Schedule  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
additionalLeadTime  | number  | Additional lead time  | ||
bpc  | number  | BPC value  | ||
documentId  | string  | Document ID  | ||
documentNumber  | string  | Document number  | ||
documentStatusChangedDate  | datetime  | Document status changed date  | ||
downPaymentPercentage  | number  | Down payment percentage  | ||
downpaymentAmount  | number  | Down payment amount  | ||
endDate  | datetime  | End date  | ||
expectedShipmentDate  | datetime  | Expected shipment date  | ||
firstResponseTime  | datetime  | First response time  | ||
id  | string  | ID  | ||
isDeleted  | boolean  | Is deleted  | ||
latestReceiptDate  | datetime  | Latest receipt date  | ||
latestResponseTime  | datetime  | Latest response time  | ||
latestReturnDate  | datetime  | Latest return date  | ||
latestServiceConfirmationDate  | datetime  | Latest service confirmation date  | ||
latestShipmentDate  | datetime  | Latest shipment date  | ||
lineId  | string  | Line ID  | ||
lineItemNumber  | string  | Line item number  | ||
lineSubTotal  | number  | Line sub total  | ||
modifiedOn  | datetime  | Modified on  | ||
needByDate  | datetime  | Need by date  | ||
notesAttachmentsLinks  | string  | Notes attachments links  | ||
orderHeaderId  | string  | Order header ID  | ||
orderLineId  | string  | Order line ID  | ||
orderLineInfo_lineId  | string  | Order line info line ID  | ||
orderingLocationEmail  | string  | Ordering location email  | ||
orderingLocationPhone  | string  | Ordering location phone  | ||
originalNeedByDate  | datetime  | Original need by date  | ||
originalPromisedDate  | datetime  | Original promised date  | ||
originalPromisedQuantity  | number  | Original promised quantity  | ||
originalQuantity  | number  | Original quantity  | ||
parent_id  | string  | Parent ID  | ||
previousExpectedShipmentDate  | datetime  | Previous expected shipment date  | ||
previousNeedByDate  | datetime  | Previous need by date  | ||
previousOrderedQuantity  | number  | Previous ordered quantity  | ||
previousPromisedDate  | datetime  | Previous promised date  | ||
previousRequestScheduleId  | string  | Previous request schedule ID  | ||
previousTotalPromisedQuantity  | number  | Previous total promised quantity  | ||
promisedDate  | datetime  | Promised date  | ||
promisedQuantity  | number  | Promised quantity  | ||
quantity  | number  | Quantity  | ||
quantityUoM  | number  | Quantity UoM  | ||
requestDate  | datetime  | Request date  | ||
requestQuantity  | number  | Request quantity  | ||
requestScheduleId  | string  | Request schedule ID  | ||
requestScheduleItemNumber  | string  | Request schedule item number  | ||
requestScheduleNumber  | number  | Request schedule number  | ||
requestShipmentDate  | datetime  | Request shipment date  | ||
rootDocumentId  | string  | Root document ID  | ||
rootLineId  | string  | Root line ID  | ||
rootRequestScheduleId  | string  | Root request schedule ID  | ||
root_id  | string  | Root ID  | ||
servicePlannedEndDate  | datetime  | Service planned end date  | ||
servicePlannedStartDate  | datetime  | Service planned start date  | ||
startDate  | datetime  | Start date  | ||
status  | string  | Status  | ||
supplierReferenceOrderLineNumber  | string  | Supplier reference order line number  | ||
supplierReferenceOrderNumber  | string  | Supplier reference order number  | ||
supplierReferenceOrderScheduleNumber  | string  | Supplier reference order schedule number  | ||
supplierSuggestedUnitPrice  | number  | Supplier suggested unit price  | ||
thirdPartyReferenceObjects  | string  | Third party reference objects  | ||
totalAcceptedQuantity  | number  | Total accepted quantity  | ||
totalCreditedAmount  | number  | Total credited amount  | ||
totalCreditedQuantity  | number  | Total credited quantity  | ||
totalDefectiveQuantity  | number  | Total defective quantity  | ||
totalDeliveredQuantity  | number  | Total delivered quantity  | ||
totalInvoicedAmount  | number  | Total invoiced amount  | ||
totalInvoicedQuantity  | number  | Total invoiced quantity  | ||
totalPickedQuantity  | number  | Total picked quantity  | ||
totalProductionCompletedQuantity  | number  | Total production completed quantity  | ||
totalPromisedQuantity  | number  | Total promised quantity  | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
PromisSchedules  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
  | 
  | 
  | 
  | 
  | 
createdDate  | datetime  | Creation date  | ||
documentId  | string  | Document ID  | ||
isDeleted  | boolean  | Is deleted  | ||
lastPromiseQuantity  | number  | Last promise quantity  | ||
lastPromiseShipmentDate  | datetime  | Last promise shipment date  | ||
lastQuantity  | number  | Last quantity  | ||
lineItemNumber  | string  | Line item number  | ||
lineNumber  | number  | Line number  | ||
migratedSource  | string  | Migrated source  | ||
modifiedDate  | datetime  | Modification date  | ||
orderHeaderId  | string  | Order header ID  | ||
orderLineId  | string  | Order line ID  | ||
orderRequestSchedules_requestScheduleId  | string  | Order request schedule ID  | ||
parent_id  | string  | Parent ID  | ||
promiseScheduleId  | string  | Promise schedule ID  | ||
promiseScheduleItemNumber  | string  | Promise schedule item number  | ||
promiseScheduleNumber  | number  | Promise schedule number  | ||
promiseShipmentDate  | datetime  | Promise shipment date  | ||
promisedDate  | datetime  | Promised date  | ||
promisedQuantity  | number  | Promised quantity  | ||
requestScheduleId  | string  | Request schedule ID  | ||
requestScheduleItemNumber  | string  | Request schedule item number  | ||
rootDocumentId  | string  | Root document ID  | ||
root_id  | string  | Root ID  | ||
  | 
  | 
  | 
  | 
  | 
Request Headers  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
Authorization  | 
  | string  | Contains the Bearer token for authentication.  | 
  | 
Content-Type  | 
  | string  | Indicates the media type of the response being sent to the server.  | 
  | 
subtypeAppId  | 
  | string  | A unique identifier for the subtype application  | 
  | 
event  | 
  | string  | Represents the command  | 
  | 
Response Body  | ||||
  | ||||
Property  | Required?  | Data type  | Description  | Validations / Exceptions  | 
exception  | 
  | object  | Error details if any  | 
  | 
data  | 
  | object  | Data returned by API  | 
  | 
hasData  | 
  | boolean  | Flag indicating whether response has data  | 
  | 
hasException  | 
  | boolean  | Flag indicating whether response has exception  | 
  |