URL for POC
The URL to post cXML POC is: https://{buyerquest_site_url}/{client}/cxmlgate/abc/order_confirmation
cXML POC Import Header Level
Element/Tag Hierarchy | Attribute/Tag | Description | Required |
|---|---|---|---|
| <Request> |
| Yes |
<ConfirmationRequest> |
| Yes | |
| <ConfirmationHeader> |
| Yes |
confirmID attribute |
|
| |
operation attribute |
| No | |
type attribute |
| Yes | |
noticeDate attribute |
| No | |
| <Comments> |
| No |
| <OrderReference> |
| Yes |
orderID attribute |
| Yes | |
<DocumentReference> |
| No | |
payloadID attribute |
| No |
cXML POC Import Line Level
Element/Tag Hierarchy | Attribute/Tag | Description | Required |
|---|---|---|---|
| <ConfirmationItem> | At least one <ConfirmationItem> should be provided | Yes |
quantity attribute |
| No | |
lineNumber attribute |
| Yes | |
| <ConfirmationStatus> | At least one <ConfirmationStatus> should be provided IF <ConfirmationItem> provided | Yes, if <ConfirmationItem> is provided |
quantity attribute | Qty for this type attribute. Can be Confirmed Qty, Backordered Qty, or Rejected Qty | Yes | |
type attribute |
| Yes | |
shipmentDate attribute |
| No | |
deliveryDate attribute |
| No | |
| <UnitPrice>
|
| No |
<Money> |
| Yes if <UnitPrice> provided | |
currency attribute |
| Yes if <Money> provided | |
| <Comments> |
| No |
| name="UnitPrice" |
| No |
Example of cXML POC
<Header>
<From>
<Credential domain="DUNS">
<Identity>test721</Identity>
</Credential>
</From>
<To>
<Credential domain="DUNS">
<Identity>test721</Identity>
</Credential>
</To>
<Sender>
<Credential domain="DUNS">
<Identity>test721</Identity>
<SharedSecret>test721</SharedSecret>
</Credential>
</Sender>
</Header>
<Request deploymentMode="production">
<ConfirmationRequest>
<ConfirmationHeader confirmID="12343212" operation="new" type="detail" noticeDate="2021-05-18T09:56:22-05:00">
<Comments>Header exception comment 1</Comments>
<Comments>Header exception comment 2</Comments>
</ConfirmationHeader>
<OrderReference orderID="PO-002345">
<DocumentReference payloadID="20210518095615"/>
</OrderReference>
<ConfirmationItem quantity="10" lineNumber="1">
<ConfirmationStatus quantity="6" type="accept" shipmentDate="2021-05-19T00:00:00-00:00" deliveryDate="2021-05-19T12:00:00-05:00">
<UnitPrice>
<Money currency="USD">34.98</Money>
</UnitPrice>
</ConfirmationStatus>
<ConfirmationStatus quantity="4" type="backordered" shipmentDate="2021-05-19T00:00:00-00:00" deliveryDate="2021-05-19T12:00:00-05:00">
<UnitPrice>
<Money currency="USD">34.98</Money>
</UnitPrice>
<Comments xml:lang="en-US">Line Exception 1</Comments>
<Comments xml:lang="en-US">Line Exception 2</Comments>
</ConfirmationStatus>
</ConfirmationItem>
<ConfirmationItem quantity="20" lineNumber="2">
<ConfirmationStatus quantity="15" type="accept" shipmentDate="2021-05-19T00:00:00-00:00" deliveryDate="2021-05-19T12:00:00-05:00">
<Extrinsic name="UnitPrice">50.12</Extrinsic>
</ConfirmationStatus>
<ConfirmationStatus quantity="5" type="reject">
<Comments xml:lang="en-US">Line Exception 1</Comments>
<Comments xml:lang="en-US">Line Exception 2</Comments>
<Extrinsic name="UnitPrice">50.12</Extrinsic>
</ConfirmationStatus>
</ConfirmationItem>
</ConfirmationRequest>
Comments
0 comments
Please sign in to leave a comment.