...
Code Block | ||
---|---|---|
| ||
{ "asnCode": "asn1", "orderCode": "order1", "locationCode": "location1", "invoiceNo": "invoice1", "expectedShipmentArrivalTime": "2023-0610-29T0616T20:3022:11.305524Z[UTC]28.000+05:30", "items": [ { "channelSkuCode": "sku1", "proposedQty": 1, "mrp": null } ] } |
...
Parameter Name | Data Type | Description | Mandatory |
| String | Code to uniquely identify the ASN(advanced shipment notice) created. | yes |
| StringCode | to identify the order in consideration.The orderCode of the inward order for which ASN has to be created | yes |
| String | Code to identify the warehouse where the order is created. | yes |
| String | InvoiceNo for the order in consideration. | yes |
| String | Expected time of arrival of shipment. | yes |
| List<CreateAsnItemClientForm> | List of line items in the order in consideration. | Yes(min size = 1) |
| String | Code to uniquely identify a product. | Yes |
| Integer | Proposed quantity of an item. | Yes |
| Double | MRP of an item. | No |
...