{"openapi":"3.1.0","info":{"title":"Order Management Api","version":"v1"},"servers":[{"url":"https://api.qa.bring.com/po/"}],"paths":{"/api/v1/packaginglist":{"post":{"tags":["packaging-list-resource"],"summary":"Packaging list","description":"Create Packaging list POST","operationId":"createPackagingListPost","parameters":[{"name":"X-MyBring-API-Uid","in":"header","description":"Mybring login ID","required":true,"schema":{"type":"string"}},{"name":"X-MyBring-API-Key","in":"header","description":"Mybring user's API key","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePackagingListRequest"},"examples":{"example":{"description":"example","value":{"CreatePackagingListRequest":{"RequestProperties":[{"SchemaVersion":["1"],"Locale":["EN"],"DateAndTimes":[{"_":"2022-06-08T12:51:23","$":{"subClass":"DocumentDate"}}]}],"CustomerNo":["1234-4321"],"PurchaseOrderNo":["121234234"],"PackingList":[{"ConsignmentId":["98765432123456789"],"PackageId":["123456789098765432"],"PackingListSet":[{"PackingListItem":[{"articleLineId":"10","ArticleQuantity":["9.000"]}]}]}]}}}}}},"required":true},"responses":{"403":{"description":"Forbidden","content":{}},"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePackagingListResponse"},"examples":{"Created":{"$ref":"#/components/examples/createPackagingListResponse"},"Failed":{"$ref":"#/components/examples/createPackagingListFailedResponse"}}}}},"400":{"description":"Bad Request","content":{"application/xml":{"examples":{"Bad Request":{"$ref":"#/components/examples/createPackagingListBadResponse"}}},"application/json":{"examples":{"Bad Request":{"$ref":"#/components/examples/createPackagingListBadResponse"}}}}},"404":{"description":"Not Found"}}}},"/api/v1/omorder/{custno}/{ordno}":{"get":{"tags":["order-resource"],"summary":"Get Order","description":"Get Order by order number and customer number","operationId":"getOrder","parameters":[{"name":"X-MyBring-API-Uid","in":"header","description":"Mybring login ID","required":true,"schema":{"type":"string"}},{"name":"X-MyBring-API-Key","in":"header","description":"Mybring user's API key","required":true,"schema":{"type":"string"}},{"name":"ordno","in":"path","description":"Order number","required":true,"schema":{"type":"string"}},{"name":"custno","in":"path","description":"Customer number","required":true,"schema":{"type":"string"}}],"responses":{"403":{"description":"Forbidden","content":{}},"200":{"description":"Found the Order","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrderResponse"},"examples":{"Order":{"$ref":"#/components/examples/orderResponse"}}}}},"400":{"description":"Bad Request","content":{"application/json":{"examples":{"Access denied":{"$ref":"#/components/examples/orderAccessDeniedErrorResponse"},"Order not found":{"$ref":"#/components/examples/orderNotFoundErrorResponse"}}}}},"404":{"description":"Not Found"}}}}},"components":{"schemas":{"ArticleMonetaryAmountsType":{"type":"object","properties":{"unitPriceType":{"$ref":"#/components/schemas/UnitPriceType","xml":{"name":"UnitPrice"}}},"required":["unitPriceType"],"xml":{"name":"ArticleMonetaryAmounts","namespace":"http://api.bring.com/po"}},"CreatePackagingListRequest":{"type":"object","properties":{"requestPropertiesType":{"$ref":"#/components/schemas/RequestPropertiesType","xml":{"name":"RequestProperties"}},"customerNo":{"type":"string","xml":{"name":"CustomerNo"}},"purchaseOrderNo":{"type":"string","xml":{"name":"PurchaseOrderNo"}},"packingList":{"$ref":"#/components/schemas/PackingListType","xml":{"name":"PackingList"}}},"required":["customerNo","packingList","purchaseOrderNo","requestPropertiesType"],"xml":{"name":"CreatePackagingListRequest","namespace":"http://api.bring.com/po"}},"DateAndTimesType":{"type":"object","properties":{"value":{"type":"string","format":"date-time"},"subClass":{"type":"string","enum":["REQUEST_DATE","DOCUMENT_DATE","RESPONSE_DATE","DELIVERY_DATE_REQUESTED","DEPARTURE_DATE_REQUESTED","ACCEPTED_DATE","ACTUAL_TIME_OF_DEPARTURE","ESTIMATED_TIME_OF_DEPARTURE","ACTUAL_TIME_OF_ARRIVAL","ESTIMATED_TIME_OF_ARRIVAL","ACTUAL_TIME_OF_DELIVERY","ESTIMATED_TIME_OF_DELIVERY","ACTUAL_TIME_OF_PICKUP","ESTIMATED_TIME_OF_PICKUP"],"xml":{"attribute":true}}},"xml":{"name":"DateAndTimes","namespace":"http://api.bring.com/om"}},"DescriptionType":{"type":"object","properties":{"text":{"type":"string","xml":{"name":"Text"}},"usage":{"type":"string","writeOnly":true}},"required":["text"],"xml":{"name":"Description","namespace":"http://api.bring.com/po"}},"PackingListAdditionalTypeSet":{"type":"object","properties":{"packingListAdditionalItemType":{"type":"array","items":{"$ref":"#/components/schemas/PackingListAddtionalItemType"},"xml":{"name":"PackingListAdditionalItem"}}},"xml":{"name":"PackingListAdditionalSet","namespace":"http://api.bring.com/po"}},"PackingListAddtionalItemType":{"type":"object","properties":{"articleId":{"type":"string","xml":{"name":"ArticleId"}},"articleQuantity":{"type":"number","xml":{"name":"ArticleQuantity"}},"descriptionType":{"$ref":"#/components/schemas/DescriptionType","xml":{"name":"Description"}},"dateAndTimesType":{"$ref":"#/components/schemas/DateAndTimesType","xml":{"name":"DateAndTimes"}},"articleMonetaryAmountsType":{"$ref":"#/components/schemas/ArticleMonetaryAmountsType","xml":{"name":"ArticleMonetaryAmounts"}}},"required":["articleId","articleQuantity"],"xml":{"name":"PackingListAdditionalItem","namespace":"http://api.bring.com/po"}},"PackingListItemType":{"type":"object","properties":{"articleQuantity":{"type":"number","xml":{"name":"ArticleQuantity"}},"articleLineId":{"type":"string","xml":{"attribute":true}},"articleNumber":{"type":"string","xml":{"name":"ArticleNumber"}},"articleVendorNumber":{"type":"string","xml":{"name":"ArticleVendorNumber"}}},"required":["articleQuantity"],"xml":{"name":"PackingListItem","namespace":"http://api.bring.com/po"}},"PackingListType":{"type":"object","properties":{"consignmentId":{"type":"string","xml":{"name":"ConsignmentId"}},"packageId":{"type":"string","xml":{"name":"PackageId"}},"packingList":{"type":"array","items":{"$ref":"#/components/schemas/PackingListTypeSet"},"xml":{"name":"PackingListSet"}},"packingListAdditional":{"type":"array","items":{"$ref":"#/components/schemas/PackingListAdditionalTypeSet"},"xml":{"name":"PackingListAdditionalSet"}}},"required":["consignmentId"]},"PackingListTypeSet":{"type":"object","properties":{"orderLineId":{"type":"string","xml":{"attribute":true}},"packingListItemType":{"type":"array","items":{"$ref":"#/components/schemas/PackingListItemType"},"xml":{"name":"PackingListItem"}}}},"RequestPropertiesType":{"type":"object","properties":{"schemaVersion":{"type":"integer","xml":{"name":"SchemaVersion"}},"locale":{"type":"string","xml":{"name":"Locale"}},"dateAndTimesType":{"$ref":"#/components/schemas/DateAndTimesType","xml":{"name":"DateAndTimes"}}},"required":["dateAndTimesType","locale","schemaVersion"],"xml":{"name":"RequestProperties","namespace":"http://api.bring.com/po"}},"UnitPriceType":{"type":"object","properties":{"value":{"type":"number"},"currencyIdentificationCode":{"type":"string","xml":{"attribute":true}}},"xml":{"name":"UnitPrice","namespace":"http://api.bring.com/po"}},"CreatePackagingListResponse":{"type":"object","properties":{"responsePropertiesType":{"$ref":"#/components/schemas/ResponsePropertiesType","xml":{"name":"ResponseProperties"}},"statusType":{"type":"string","enum":["OK","FAILED"],"xml":{"name":"Status"}}},"required":["responsePropertiesType","statusType"],"xml":{"name":"CreatePackagingListResponse","namespace":"http://api.bring.com/po"}},"ErrorType":{"type":"object","properties":{"errorCodeType":{"type":"string","enum":["OM_INPUT_001","OM_INPUT_002","OM_INPUT_003","OM_INPUT_004","OM_INPUT_005","OM_INPUT_006","OM_INPUT_007","OM_INPUT_008","OM_INPUT_009","OM_INPUT_010","OM_INPUT_011","OM_INPUT_012","OM_INPUT_013","OM_INPUT_014","OM_INPUT_015","OM_INPUT_016","OM_INPUT_017","OM_INPUT_018","OM_INPUT_019","OM_INPUT_020","OM_INPUT_021","OM_INPUT_022","OM_INPUT_023","OM_INPUT_024","OM_INPUT_025","OM_INPUT_026","OM_STATE_001","OM_STATE_002","OM_STATE_003","OM_STATE_004","OM_STATE_005"],"xml":{"name":"Code"}},"description":{"type":"string","xml":{"name":"Description"}}},"xml":{"name":"Error","namespace":"http://api.bring.com/om"}},"ResponsePropertiesType":{"type":"object","properties":{"schemaVersion":{"type":"integer","xml":{"name":"SchemaVersion"}},"locale":{"type":"string","xml":{"name":"Locale"}},"errorType":{"$ref":"#/components/schemas/ErrorType","xml":{"name":"Error"}},"DateAndTimes":{"$ref":"#/components/schemas/DateAndTimesType"}},"required":["DateAndTimes","locale","schemaVersion"],"xml":{"name":"ResponseProperties","namespace":"http://api.bring.com/om"}},"AccountTYPE":{"type":"object","properties":{"value":{"type":"string"},"getidType":{"type":"string","xml":{"name":"idType","attribute":true}}}},"AdditionalService":{"type":"object","properties":{"additionalServiceCode":{"$ref":"#/components/schemas/CcCode","xml":{"name":"AdditionalServiceCode"}},"serviceRequirements":{"type":"array","items":{"$ref":"#/components/schemas/CcUsageCode"},"xml":{"name":"ServiceRequirements"}},"serviceContact":{"type":"array","items":{"$ref":"#/components/schemas/ComDetailsTYPE"},"xml":{"name":"ServiceContact"}}},"required":["additionalServiceCode"]},"AddressTYPE":{"type":"object","properties":{"postalCode":{"type":"string","xml":{"name":"PostalCode"}},"city":{"type":"string","xml":{"name":"City"}},"stateOrRegion":{"type":"string","xml":{"name":"StateOrRegion"}},"countryCode":{"$ref":"#/components/schemas/CcCode","xml":{"name":"CountryCode"}},"street":{"type":"string","xml":{"name":"Street"}},"streetNo":{"type":"string","xml":{"name":"StreetNo"}},"addressLine":{"type":"array","items":{"type":"string","xml":{"name":"AddressLine"}},"xml":{"name":"AddressLine"}},"postOffice":{"type":"string","xml":{"name":"PostOffice"}},"subClass":{"type":"string","enum":["PHYSICAL_ADDRESS","POSTAL_ADDRESS"],"xml":{"attribute":true}},"pobox":{"type":"string"},"zipcode":{"type":"string"}}},"ArticleBatches":{"type":"object","properties":{"articleBatch":{"type":"array","items":{"$ref":"#/components/schemas/BatchTYPE"},"xml":{"name":"ArticleBatch"}}}},"ArticleOwnerTYPE":{"type":"object","properties":{"value":{"type":"string"}}},"ArticlePricingTYPE":{"type":"object","properties":{"unitPrice":{"$ref":"#/components/schemas/CcAmount","xml":{"name":"UnitPrice"}},"articleTax":{"$ref":"#/components/schemas/TaxInfoTYPE","xml":{"name":"ArticleTax"}},"reductionInformation":{"$ref":"#/components/schemas/PriceReductionTYPE","xml":{"name":"ReductionInformation"}}}},"ArticleSerialNos":{"type":"object","properties":{"articleSerialNo":{"type":"string","xml":{"name":"ArticleSerialNo"}}}},"ArticleVariance":{"type":"object","properties":{"value":{"type":"string"},"varianceCode":{"type":"string","xml":{"attribute":true}}}},"BatchTYPE":{"type":"object","properties":{"batchNo":{"type":"string","xml":{"name":"BatchNo"}},"warehouseId":{"type":"string","xml":{"name":"WarehouseId"}},"warehouseArea":{"type":"string","xml":{"name":"WarehouseArea"}},"warehouseLocation":{"type":"string","xml":{"name":"WarehouseLocation"}},"parcelNumber":{"type":"string","xml":{"name":"ParcelNumber"}},"dateAndTimes":{"type":"array","items":{"$ref":"#/components/schemas/IsoDateAndTimesTYPE"},"xml":{"name":"DateAndTimes"}},"deliveredQuantity":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"DeliveredQuantity"}},"expectedQuantity":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"ExpectedQuantity"}},"receivedQuantity":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"ReceivedQuantity"}},"physicalBalanceQuantity":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"PhysicalBalanceQuantity"}},"allocatedBalanceQuantity":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"AllocatedBalanceQuantity"}},"netWeight":{"$ref":"#/components/schemas/CcMeasure","xml":{"name":"NetWeight"}},"locked":{"type":"string","xml":{"name":"Locked"}},"articleSerialNos":{"type":"array","items":{"$ref":"#/components/schemas/ArticleSerialNos"},"xml":{"name":"ArticleSerialNos"}},"ssccno":{"type":"string"}}},"CODTYPE":{"type":"object","properties":{"accountNo":{"$ref":"#/components/schemas/AccountTYPE","xml":{"name":"AccountNo"}},"codAmount":{"type":"number","format":"float","xml":{"name":"CodAmount"}},"controlDigit":{"type":"number","format":"float","xml":{"name":"ControlDigit"}},"kid":{"type":"string","xml":{"name":"Kid"}},"message":{"type":"string","xml":{"name":"Message"}}}},"CcAmount":{"type":"object","properties":{"value":{"type":"number","format":"float"},"currencyIdentificationCode":{"type":"string","xml":{"attribute":true}}}},"CcCode":{"type":"object","properties":{"value":{"type":"string"},"codeListIdentifier":{"type":"string","xml":{"attribute":true}},"codeListAgencyIdentifier":{"type":"string","xml":{"attribute":true}},"name":{"type":"string","xml":{"attribute":true}}}},"CcItemQuantity":{"type":"object","properties":{"value":{"type":"number","format":"float"},"unitCode":{"type":"string","xml":{"attribute":true}}}},"CcMeasure":{"type":"object","properties":{"value":{"type":"number","format":"float"},"unitCode":{"type":"string","xml":{"attribute":true}}}},"CcQuantity":{"type":"object","properties":{"value":{"type":"integer","format":"int32"},"unitCode":{"type":"string","xml":{"attribute":true}}}},"CcUsageCode":{"type":"object","properties":{"value":{"type":"string"},"usageCode":{"type":"string","xml":{"attribute":true}},"codeListIdentifier":{"type":"string","xml":{"attribute":true}},"codeListAgencyIdentifier":{"type":"string","xml":{"attribute":true}},"name":{"type":"string","xml":{"attribute":true}}}},"ComDetailsTYPE":{"type":"object","properties":{"value":{"type":"string"},"comType":{"type":"string","xml":{"attribute":true}},"channel":{"type":"string","xml":{"attribute":true}}}},"ContactTYPE":{"type":"object","properties":{"phoneNo":{"type":"string","xml":{"name":"PhoneNo"}},"cellPhoneNo":{"type":"string","xml":{"name":"CellPhoneNo"}},"telefaxNo":{"type":"string","xml":{"name":"TelefaxNo"}},"webAddress":{"type":"string","xml":{"name":"WebAddress"}},"contactName":{"type":"string","xml":{"name":"ContactName"}},"contactFunction":{"type":"string","xml":{"name":"ContactFunction"}},"emailAddress":{"type":"string"}}},"ControlTotalsTYPE":{"type":"object","properties":{"numberOfPackages":{"$ref":"#/components/schemas/CcQuantity","xml":{"name":"NumberOfPackages"}},"grossWeight":{"$ref":"#/components/schemas/CcMeasure","xml":{"name":"GrossWeight"}},"grossVolume":{"$ref":"#/components/schemas/CcMeasure","xml":{"name":"GrossVolume"}},"loadingMetres":{"$ref":"#/components/schemas/CcMeasure","xml":{"name":"LoadingMetres"}},"palletFootPrints":{"$ref":"#/components/schemas/CcMeasure","xml":{"name":"PalletFootPrints"}},"measures":{"type":"array","items":{"$ref":"#/components/schemas/MeasuresTYPE"},"xml":{"name":"Measures"}}}},"DefineTYPE":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/Value"},"xml":{"name":"Value"}},"usageCode":{"type":"string","xml":{"attribute":true}},"codeListIdentifier":{"type":"string","xml":{"attribute":true}},"codeListAgencyIdentifier":{"type":"string","xml":{"attribute":true}},"name":{"type":"string","xml":{"attribute":true}}},"required":["value"]},"FreeTextTYPE":{"type":"object","properties":{"text":{"type":"array","items":{"$ref":"#/components/schemas/Text"},"xml":{"name":"Text"}},"languageCode":{"$ref":"#/components/schemas/CcCode","xml":{"name":"LanguageCode"}},"usageCode":{"type":"string","xml":{"attribute":true}},"codeListIdentifier":{"type":"string","xml":{"attribute":true}},"codeListAgencyIdentifier":{"type":"string","xml":{"attribute":true}},"name":{"type":"string","xml":{"attribute":true}}},"required":["text"]},"GetOrderResponse":{"type":"object","properties":{"ResponsePropertiescgaran":{"$ref":"#/components/schemas/ResponsePropertiesType","xml":{"name":"ResponseProperties"}},"OrderSet":{"$ref":"#/components/schemas/OrderSetTYPE"}},"required":["ResponsePropertiescgaran"],"xml":{"name":"GetOrderResponse","namespace":"http://api.bring.com/om"}},"IsoDateAndTimesTYPE":{"type":"object","properties":{"date":{"type":"string","format":"date-time","xml":{"name":"Date"}},"time":{"type":"string","format":"date-time","xml":{"name":"Time"}},"subClass":{"type":"string","enum":["DOCUMENT_DATE","MESSAGE_DATE","TRANSPORT_ORDER_DATE","ORDER_DATE","ORDER_DELIVERY_DATE","ORDER_DELIVERY_DATE_REQUESTED","ORDER_DELIVERY_DATE_ACTUAL","ORDER_DELIVERY_DATE_ESTIMATED","DEPARTURE_DATE","DEPARTURE_DATE_REQUESTED","DEPARTURE_DATE_ACTUAL","DEPARTURE_DATE_ESTIMATED","DELIVERY_DATE","DELIVERY_DATE_REQUESTED","DELIVERY_DATE_ACTUAL","DELIVERY_DATE_ESTIMATED","ARRIVAL_DATE","ARRIVAL_DATE_ACTUAL","ARRIVAL_DATE_ESTIMATED","LOADING_DATE","PICKUP_DATE","PICKUP_DATE_ACTUAL","PICKUP_DATE_EARLIEST","PICKUP_DATE_LATEST","DELIVERY_DATE_EARLIEST","DELIVERY_DATE_LATEST","DEAD_LINE","UPDATED_DATE","EXPIRATION_DATE","RECEIVED_DATE","RECEIVED_DATE_REQUESTED","RECEIVED_DATE_ESTIMATED","FINISHED_DATE","PRODUCTION_DATE","FREEZE_DATE","EFFECTIVE_DATE","AVAILABILITY_DATE_START","AVAILABILITY_DATE_END","ACCEPTED_DATE"],"xml":{"attribute":true}},"timeZone":{"type":"string","xml":{"attribute":true}},"dstIndicator":{"type":"string","xml":{"attribute":true}}}},"LocationTYPE":{"type":"object","properties":{"locationType":{"$ref":"#/components/schemas/CcCode","xml":{"name":"LocationType"}},"locationName":{"type":"string","xml":{"name":"LocationName"}},"countryCode":{"$ref":"#/components/schemas/CcCode","xml":{"name":"CountryCode"}},"subClass":{"type":"string","enum":["START_LOCATION","CUSTOMS_DEPARTMENT","STORAGE_LOCATION","END_LOCATION","ULTIMATE_END_LOCATION","CUSTOMS_DEPARTURE","CUSTOMS_DESTINATION","CUSTOMS_TRANSIT","DOCUMENT_ISSUE"],"xml":{"attribute":true}},"locationId":{"type":"string","xml":{"attribute":true}},"idType":{"type":"string","xml":{"attribute":true}}}},"MeansOfTransportTYPE":{"type":"object","properties":{"meansOfTransportId":{"type":"string","xml":{"name":"MeansOfTransportId"}},"countryCode":{"$ref":"#/components/schemas/CcCode","xml":{"name":"CountryCode"}},"name":{"type":"string","xml":{"name":"Name"}},"meansOfTransportType":{"$ref":"#/components/schemas/CcCode","xml":{"name":"MeansOfTransportType"}}}},"MeasureEntity":{"type":"object","properties":{"attributeCode":{"type":"string","xml":{"attribute":true}}}},"MeasuresTYPE":{"type":"object","properties":{"measureEntity":{"$ref":"#/components/schemas/MeasureEntity","xml":{"name":"MeasureEntity"}},"measure":{"$ref":"#/components/schemas/CcQuantity","xml":{"name":"Measure"}},"subClass":{"type":"string","xml":{"attribute":true}}},"required":["measure","measureEntity"]},"OrderItemTYPE":{"type":"object","properties":{"articleId":{"type":"array","items":{"$ref":"#/components/schemas/CcCode"},"xml":{"name":"ArticleId"}},"articleQuantity":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"ArticleQuantity"}},"articleBalanceQuantity":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"ArticleBalanceQuantity"}},"articleWorkQuantity":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"ArticleWorkQuantity"}},"articleVariance":{"type":"array","items":{"$ref":"#/components/schemas/ArticleVariance"},"xml":{"name":"ArticleVariance"}},"articleOwner":{"type":"array","items":{"$ref":"#/components/schemas/ArticleOwnerTYPE"},"xml":{"name":"ArticleOwner"}},"packageTypeCode":{"type":"array","items":{"$ref":"#/components/schemas/CcCode"},"xml":{"name":"PackageTypeCode"}},"articleReference":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceTYPE"},"xml":{"name":"ArticleReference"}},"manufacturer":{"$ref":"#/components/schemas/PartyTYPE","xml":{"name":"Manufacturer"}},"description":{"type":"array","items":{"$ref":"#/components/schemas/FreeTextTYPE"},"xml":{"name":"Description"}},"dateAndTimes":{"type":"array","items":{"$ref":"#/components/schemas/IsoDateAndTimesTYPE"},"xml":{"name":"DateAndTimes"}},"articleMonetaryAmounts":{"$ref":"#/components/schemas/ArticlePricingTYPE","xml":{"name":"ArticleMonetaryAmounts"}},"itemTotals":{"$ref":"#/components/schemas/ControlTotalsTYPE","xml":{"name":"ItemTotals"}},"utility":{"type":"array","items":{"$ref":"#/components/schemas/FreeTextTYPE"},"xml":{"name":"Utility"}},"itemResponse":{"$ref":"#/components/schemas/ResponseType","xml":{"name":"ItemResponse"}},"articleStatus":{"type":"string","xml":{"name":"ArticleStatus"}},"articleSerialNo":{"type":"string","xml":{"name":"ArticleSerialNo"}},"articleBatchNo":{"type":"string","xml":{"name":"ArticleBatchNo"}},"freeText":{"type":"array","items":{"$ref":"#/components/schemas/FreeTextTYPE"},"xml":{"name":"FreeText"}},"articleName":{"type":"string","xml":{"name":"ArticleName"}},"articleBatches":{"$ref":"#/components/schemas/ArticleBatches","xml":{"name":"ArticleBatches"}},"articleLineId":{"type":"string","xml":{"attribute":true}},"idType":{"type":"string","xml":{"attribute":true}}},"required":["articleName"]},"OrderLineSetTYPE":{"type":"object","properties":{"orderLine":{"type":"array","items":{"$ref":"#/components/schemas/OrderLineTYPE"},"xml":{"name":"OrderLine"}},"orderItem":{"type":"array","items":{"$ref":"#/components/schemas/OrderItemTYPE"},"xml":{"name":"OrderItem"}}},"required":["orderItem"]},"OrderLineTYPE":{"type":"object","properties":{"party":{"$ref":"#/components/schemas/PartyTYPE","xml":{"name":"Party"}},"orderLineId":{"type":"string","xml":{"attribute":true}},"idType":{"type":"string","xml":{"attribute":true}}}},"OrderSetTYPE":{"type":"object","properties":{"order":{"$ref":"#/components/schemas/OrderTYPE","xml":{"name":"Order"}},"transportService":{"$ref":"#/components/schemas/ServiceTYPE","xml":{"name":"TransportService"}},"transportLeg":{"$ref":"#/components/schemas/TransportLegTYPE","xml":{"name":"TransportLeg"}},"party":{"type":"array","items":{"$ref":"#/components/schemas/PartyTYPE"},"xml":{"name":"Party"}},"orderLineSet":{"type":"array","items":{"$ref":"#/components/schemas/OrderLineSetTYPE"},"xml":{"name":"OrderLineSet"}},"packingDetailsSet":{"type":"array","items":{"$ref":"#/components/schemas/PackingDetailsSetTYPE"},"xml":{"name":"PackingDetailsSet"}},"dateAndTimes":{"type":"array","items":{"$ref":"#/components/schemas/IsoDateAndTimesTYPE"},"xml":{"name":"DateAndTimes"}},"updateIndicator":{"type":"string","enum":["ORIGINAL","UPDATE","DELETE"],"xml":{"attribute":true}}},"required":["order","party"]},"OrderTYPE":{"type":"object","properties":{"orderStatus":{"type":"string","xml":{"name":"OrderStatus"}},"externalOrderType":{"type":"string","xml":{"name":"ExternalOrderType"}},"reference":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceTYPE"},"xml":{"name":"Reference"}},"dateAndTimes":{"type":"array","items":{"$ref":"#/components/schemas/IsoDateAndTimesTYPE"},"xml":{"name":"DateAndTimes"}},"termsOfDelivery":{"type":"array","items":{"$ref":"#/components/schemas/TermsOfDeliveryTYPE"},"xml":{"name":"TermsOfDelivery"}},"freeText":{"type":"array","items":{"$ref":"#/components/schemas/FreeTextTYPE"},"xml":{"name":"FreeText"}},"cod":{"$ref":"#/components/schemas/CODTYPE","xml":{"name":"COD"}},"termsOfPayment":{"$ref":"#/components/schemas/TermsOfPaymentTYPE","xml":{"name":"TermsOfPayment"}},"orderId":{"type":"string","xml":{"attribute":true}},"idType":{"type":"string","xml":{"attribute":true}},"poresponse":{"$ref":"#/components/schemas/ResponseType"}},"required":["dateAndTimes"]},"PackingDetailsSetTYPE":{"type":"object","properties":{"packingDetails":{"type":"array","items":{"$ref":"#/components/schemas/PackingDetailsTYPE"},"xml":{"name":"PackingDetails"}}}},"PackingDetailsTYPE":{"type":"object","properties":{"positionNumber":{"type":"integer","format":"int32","xml":{"name":"PositionNumber"}},"itemNumber":{"type":"array","items":{"$ref":"#/components/schemas/CcUsageCode"},"xml":{"name":"ItemNumber"}},"additionalItemNumber":{"type":"array","items":{"$ref":"#/components/schemas/CcUsageCode"},"xml":{"name":"AdditionalItemNumber"}},"itemName":{"type":"string","xml":{"name":"ItemName"}},"itemDelivered":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"ItemDelivered"}},"itemPrice":{"$ref":"#/components/schemas/CcAmount","xml":{"name":"ItemPrice"}},"itemOrdered":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"ItemOrdered"}},"itemBackOrder":{"$ref":"#/components/schemas/CcItemQuantity","xml":{"name":"ItemBackOrder"}},"itemUnity":{"type":"string","xml":{"name":"ItemUnity"}},"reference":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceTYPE"},"xml":{"name":"Reference"}},"freeText":{"type":"array","items":{"$ref":"#/components/schemas/FreeTextTYPE"},"xml":{"name":"FreeText"}},"itemStatus":{"type":"string","xml":{"name":"ItemStatus"}},"itemSerialNo":{"type":"string","xml":{"name":"ItemSerialNo"}},"itemBatchNo":{"type":"string","xml":{"name":"ItemBatchNo"}},"dateAndTimes":{"type":"array","items":{"$ref":"#/components/schemas/IsoDateAndTimesTYPE"},"xml":{"name":"DateAndTimes"}},"adviceSequence":{"type":"integer","format":"int32","xml":{"attribute":true}},"packageId":{"type":"string","xml":{"attribute":true}}}},"PartyTYPE":{"type":"object","properties":{"name":{"type":"string","xml":{"name":"Name"}},"customsCreditNo":{"type":"string","xml":{"name":"CustomsCreditNo"}},"accountNo":{"type":"string","xml":{"name":"AccountNo"}},"bankName":{"type":"string","xml":{"name":"BankName"}},"swiftCode":{"type":"string","xml":{"name":"SwiftCode"}},"address":{"type":"array","items":{"$ref":"#/components/schemas/AddressTYPE"},"xml":{"name":"Address"}},"contact":{"type":"array","items":{"$ref":"#/components/schemas/ContactTYPE"},"xml":{"name":"Contact"}},"reference":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceTYPE"},"xml":{"name":"Reference"}},"freeText":{"type":"array","items":{"$ref":"#/components/schemas/FreeTextTYPE"},"xml":{"name":"FreeText"}},"subClass":{"type":"string","enum":["DELIVERY_PARTY","ORDERING_PARTY","FREIGHT_PAYER","TRANSPORT_COMPANY","MESSAGE_RECIPIENT","MESSAGE_COPY_RECIPIENT","MESSAGE_SENDER","SUPPLIER","NOTIFY_PARTY","BUYER","SELLER","MANUFACTURER","PAYER","PERFORMING_UNIT"],"xml":{"attribute":true}},"partyId":{"type":"string","xml":{"attribute":true}},"idCodeList":{"type":"string","enum":["CID","CNO","ENH","FMI","FNR","XDC","AMP"],"xml":{"attribute":true}},"idType":{"type":"string","xml":{"attribute":true}},"subPartyId":{"type":"string","xml":{"attribute":true}},"subPartyIdType":{"type":"string","xml":{"attribute":true}},"vatno":{"type":"string"}}},"PriceReductionTYPE":{"type":"object","properties":{"reductionRate":{"type":"string","xml":{"name":"ReductionRate"}},"validFrom":{"$ref":"#/components/schemas/IsoDateAndTimesTYPE","xml":{"name":"ValidFrom"}},"validUntil":{"$ref":"#/components/schemas/IsoDateAndTimesTYPE","xml":{"name":"ValidUntil"}}}},"ReferenceTYPE":{"type":"object","properties":{"referenceNo":{"type":"string","xml":{"name":"ReferenceNo"}},"text":{"type":"string","xml":{"name":"Text"}},"referenceDate":{"$ref":"#/components/schemas/IsoDateAndTimesTYPE","xml":{"name":"ReferenceDate"}},"referenceType":{"type":"string","xml":{"attribute":true}},"codeListIdentifier":{"type":"string","xml":{"attribute":true}},"codeListAgencyIdentifier":{"type":"string","xml":{"attribute":true}},"name":{"type":"string","xml":{"attribute":true}}},"required":["referenceNo"]},"ResponseType":{"type":"object","properties":{"responseTypeCoded":{"type":"string","enum":["OTHER","ACCEPTED","ACCEPTED_CONTENTS_REJECTED","ACCEPTED_WITH_AMENDMENT","ACCEPTED_WITH_AMENDMENT_IN_DETAIL_SECTION","ACCEPTED_WITH_AMENDMENT_IN_HEADING_SECTION","ACCEPTED_WITH_AMENDMENT_NO_CONFIRMATION_IS_REQUIRED","ACCEPTED_WITHOUT_AMENDMENT","ACCEPTED_WITHOUT_RESERVES","ACCEPTED_WITH_RESERVES","ACKNOWLEDGE_NO_DETAIL_OR_CHANGE","ACKNOWLEDGE_WITH_DETAIL_AND_CHANGE","ACKNOWLEDGE_WITH_DETAIL_NO_CHANGE","ADVICE_WITH_DETAILS","ADVICE_WITHOUT_DETAILS","AGREED","ALREADY_DELIVERED","APPROVED_AS_AMENDED","APPROVED_AS_SUBMITTED","AUCTION_HELD","AUTHORITY_DECLINED","AUTHORITY_TO_DEDUCT","BUYER_CLAIMS_AGAINST_INVOICE","CHARGE_BACK_TO_SELLER","CHECKED","CONDITIONALLY_ACCEPTED","COUNTERSUED","COURT_ACTION_DISMISSED","DIRECT_DOCUMENTARY_CREDIT_COLLECTION","FINAL_RESPONSE","GROUPED_CREDIT_ADVICES","GROUPED_DEBIT_ADVICES","INITIAL_CLAIM_RECEIVED","INTERIM_RESPONSE","LEGAL_ACTION_PURSUED","MEETING_HELD","NOT_ACCEPTED","NOT_ACCEPTED_PROVISIONAL","NOT_CHECKED","NOT_IN_PROCESS","NOT_PROCESSED","ORIGINAL_CONFIRMATION_OF_ORIGINAL_ANNOUNCEMENT","ORIGINAL_CONFIRMATION_OF_REVISED_ANNOUNCEMENT","PAYMENT_DENIED","PENDING","PENDING_AWAITING_ADDITIONAL_MATERIAL","PENDING_AWAITING_REVIEW","PENDING_INCOMPLETE","REJECTED","REJECTED_DUPLICATE","REJECTED_NO_DETAIL","REJECTED_NOT_AS_AGREED","REJECTED_RESUBMIT_WITH_CORRECTIONS","REJECTED_VIOLATES_INDUSTRY_PRACTICE","REJECTED_WITH_COUNTER_OFFER","REJECT_ITEM_CHANGE","REJECT_WITH_DETAIL","REJECT_WITH_EXCEPTION_DETAIL_ONLY","RESULT_DISPUTED","RESULT_OPPOSED","RESULT_SET_ASIDE","SELLER_REJECTS_DISPUTE","SELLER_WILL_ISSUE_CREDIT_NOTE","SETTLEMENT","SINGLE_CREDIT_ITEM_OF_A_GROUP","SINGLE_DEBIT_ITEM_OF_A_GROUP","UNDER_INVESTIGATION"],"xml":{"name":"ResponseTypeCoded"}},"responseTypeCodedOther":{"type":"string","xml":{"name":"ResponseTypeCodedOther"}}},"required":["responseTypeCoded"]},"ServiceTYPE":{"type":"object","properties":{"basicServiceCode":{"$ref":"#/components/schemas/CcCode","xml":{"name":"BasicServiceCode"}},"additionalService":{"type":"array","items":{"$ref":"#/components/schemas/AdditionalService"},"xml":{"name":"AdditionalService"}},"tariffReference":{"$ref":"#/components/schemas/CcCode","xml":{"name":"TariffReference"}},"natureOfCargo":{"$ref":"#/components/schemas/CcCode","xml":{"name":"NatureOfCargo"}},"priority":{"$ref":"#/components/schemas/CcCode","xml":{"name":"Priority"}},"utility":{"type":"array","items":{"$ref":"#/components/schemas/DefineTYPE"},"xml":{"name":"Utility"}}}},"TaxInfoTYPE":{"type":"object","properties":{"taxType":{"type":"string","xml":{"name":"TaxType"}},"articleTaxRate":{"$ref":"#/components/schemas/CcAmount","xml":{"name":"ArticleTaxRate"}},"grossAmount":{"$ref":"#/components/schemas/CcAmount","xml":{"name":"GrossAmount"}},"taxAmount":{"$ref":"#/components/schemas/CcAmount","xml":{"name":"TaxAmount"}}}},"TermsOfDeliveryTYPE":{"type":"object","properties":{"todconditionCodeList":{"$ref":"#/components/schemas/CcCode"},"todlocation":{"type":"string"},"todconditionCode":{"$ref":"#/components/schemas/CcCode"}}},"TermsOfPaymentTYPE":{"type":"object","properties":{"topConditionCode":{"type":"string","enum":["CASH","VISA","MASTERCARD","COD","NET30DAYS","NET15DAYS","NET14DAYS","NET10DAYS","VIPPS","OTHER"],"xml":{"name":"TOPConditionCode"}},"otherDesc":{"type":"string","xml":{"attribute":true}}}},"Text":{"type":"object","properties":{"value":{"type":"string"},"sequence":{"type":"string","xml":{"attribute":true}},"code":{"type":"string","xml":{"attribute":true}}}},"TransportLegTYPE":{"type":"object","properties":{"transportLegType":{"$ref":"#/components/schemas/CcCode","xml":{"name":"TransportLegType"}},"transportLegId":{"type":"string","xml":{"name":"TransportLegId"}},"modeOfTransport":{"$ref":"#/components/schemas/CcCode","xml":{"name":"ModeOfTransport"}},"meansOfTransport":{"$ref":"#/components/schemas/MeansOfTransportTYPE","xml":{"name":"MeansOfTransport"}},"location":{"type":"array","items":{"$ref":"#/components/schemas/LocationTYPE"},"xml":{"name":"Location"}}}},"Value":{"type":"object","properties":{"value":{"type":"string"},"sequence":{"type":"string","xml":{"attribute":true}},"valueType":{"type":"string","xml":{"attribute":true}},"valueCode":{"type":"string","xml":{"attribute":true}}}}},"examples":{"createPackagingListFailedResponse":{"value":{"responsePropertiesType":{"schemaVersion":1,"locale":"en","dateAndTimesType":{"value":"2026-03-05T13:43:20.033+01:00","subClass":"RESPONSE_DATE"},"errorType":{"errorCodeType":"PO_INPUT_001","description":"Must provide valid customer ID"}},"statusType":"FAILED"}},"orderNotFoundErrorResponse":{"value":{"ResponsePropertiescgaran":{"schemaVersion":1,"locale":"en","errorType":{"errorCodeType":"OM_INPUT_010","description":"Order not found"},"DateAndTimes":{"value":"2026-03-05T13:43:20.033+01:00","subClass":"RESPONSE_DATE"}}}},"orderResponse":{"value":{"ResponsePropertiescgaran":{"schemaVersion":0,"locale":"en","DateAndTimes":{"value":"2026-03-05T13:43:20.031+01:00","subClass":"RESPONSE_DATE"}},"OrderSet":{"order":{"orderStatus":"Received","reference":[],"dateAndTimes":[{"date":"2026-03-08T23:00:00.000+00:00","time":"1970-01-01T12:43:19.000+00:00","subClass":"DELIVERY_DATE_REQUESTED"},{"date":"2026-03-05T23:00:00.000+00:00","time":"1970-01-01T12:43:19.000+00:00","subClass":"DEPARTURE_DATE_REQUESTED"},{"date":"2026-03-04T23:00:00.000+00:00","time":"1970-01-01T12:43:19.000+00:00","subClass":"ACCEPTED_DATE"},{"date":"2026-03-04T23:00:00.000+00:00","time":"1970-01-01T12:43:19.000+00:00","subClass":"DELIVERY_DATE_ESTIMATED"}],"termsOfDelivery":[{"todconditionCodeList":{"value":"Incoterms"},"todlocation":"term location","todconditionCode":{"value":"FCI"}}],"freeText":[],"orderId":"1234"},"transportLeg":{"transportLegType":{"value":"30"},"modeOfTransport":{"value":"1234"},"location":[]},"party":[{"name":"party name","address":[{"postalCode":"0214","city":"Oslo","stateOrRegion":"","countryCode":{"value":"no"},"street":"address line 2","addressLine":["Supplier address line"],"subClass":"PHYSICAL_ADDRESS"},{"postalCode":"0214","city":"Oslo","stateOrRegion":"","countryCode":{"value":"no"},"street":"address line 2","addressLine":["Supplier address line"],"subClass":"POSTAL_ADDRESS"}],"contact":[null],"reference":[],"freeText":[],"subClass":"SUPPLIER","partyId":"","idType":"","subPartyId":"","vatno":""},{"name":"party name","address":[{"postalCode":"0314","city":"Bergen","stateOrRegion":"","countryCode":{"value":"no"},"addressLine":["Ordering party address line"],"subClass":"PHYSICAL_ADDRESS"},{"postalCode":"0314","city":"Bergen","stateOrRegion":"","countryCode":{"value":"no"},"addressLine":["Ordering party address line"],"subClass":"POSTAL_ADDRESS"}],"contact":[null],"reference":[],"freeText":[],"subClass":"ORDERING_PARTY","partyId":"","idType":"","subPartyId":"","vatno":""}],"orderLineSet":[{"orderLine":[],"orderItem":[{"articleId":[{"value":"1235","codeListIdentifier":"CustomerItemNo"},{"value":"12345","codeListIdentifier":"VendorItemNo"},{"value":"EAN","codeListIdentifier":"EAN"}],"articleQuantity":{"value":10.0},"articleBalanceQuantity":{"value":0.0},"articleVariance":[],"articleOwner":[],"packageTypeCode":[],"articleReference":[{"referenceNo":"12334","text":"Acknowledgement of order number","referenceType":"AAA"},{"referenceNo":"12335","text":"Mutually defined reference number","referenceType":"ZZZ"}],"description":[{"text":[{"value":"description"}],"usageCode":"AAA"}],"dateAndTimes":[],"articleMonetaryAmounts":{"unitPrice":{"value":500.0,"currencyIdentificationCode":"NOK"}},"utility":[],"freeText":[{"text":[{"value":"free text 1"}],"languageCode":{"value":"NO","codeListIdentifier":""},"usageCode":"AAA","name":"freetext name"},{"text":[{"value":"free text 2"}],"languageCode":{"value":"NO","codeListIdentifier":""},"usageCode":"ACB","name":"freetext name"}],"articleLineId":"1"}]}],"packingDetailsSet":[],"dateAndTimes":[{"date":"2026-03-08T23:00:00.000+00:00","time":"1970-01-01T12:43:19.000+00:00","subClass":"DELIVERY_DATE_REQUESTED"},{"date":"2026-03-05T23:00:00.000+00:00","time":"1970-01-01T12:43:19.000+00:00","subClass":"DEPARTURE_DATE_REQUESTED"},{"date":"2026-03-04T23:00:00.000+00:00","time":"1970-01-01T12:43:19.000+00:00","subClass":"ACCEPTED_DATE"},{"date":"2026-03-04T23:00:00.000+00:00","time":"1970-01-01T12:43:19.000+00:00","subClass":"DELIVERY_DATE_ESTIMATED"}],"updateIndicator":"ORIGINAL"}}},"orderAccessDeniedErrorResponse":{"value":{"ResponsePropertiescgaran":{"schemaVersion":1,"locale":"en","errorType":{"errorCodeType":"OM_STATE_004","description":"Access is denied to read this order"},"DateAndTimes":{"value":"2026-03-05T13:43:20.033+01:00","subClass":"RESPONSE_DATE"}}}},"createPackagingListResponse":{"value":{"responsePropertiesType":{"schemaVersion":1,"locale":"en","dateAndTimesType":{"value":"2026-03-05T13:43:20.033+01:00","subClass":"RESPONSE_DATE"}},"statusType":"OK"}},"createPackagingListBadResponse":{"value":{"responsePropertiesType":{"schemaVersion":1,"locale":"en","dateAndTimesType":{"value":"2026-03-05T13:43:20.033+01:00","subClass":"RESPONSE_DATE"},"errorType":{"errorCodeType":"PO_INPUT_001","description":"Must provide valid customer ID"}}}}}}}