{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"delivery_date": "2024-02-02T08:09:06.059Z",
"document_date": "2024-02-02T08:09:06.059Z",
"po_attribute_1": "string",
"shopping_cart_details": [
{
"item_code": "string",
"quantity": 0,
"uom": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_po_shopping_cart' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"delivery_date": "2024-02-02T08:09:06.059Z",
"document_date": "2024-02-02T08:09:06.059Z",
"po_attribute_1": "string",
"shopping_cart_details": [
{
"item_code": "string",
"quantity": 0,
"uom": "string"
}
]
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"item_code": "string",
"units_of_measure": "string",
"item_quantity": 0,
"item_price": 0,
"item_deposite": 0,
"item_promotion": 0,
"item_excise_tax": 0,
"item_net_price": 0,
"item_line_net_amount": 0
}
]