GET api/OrderFulfillment?InvoiceId={InvoiceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of carriageExtraChargesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| orderid | integer |
None. |
|
| amount | decimal number |
None. |
|
| poNumber | string |
None. |
|
| extraChargeDescription | string |
None. |
|
| extraChargeAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"orderid": 1,
"amount": 2.0,
"poNumber": "sample string 3",
"extraChargeDescription": "sample string 4",
"extraChargeAmount": 1.0
},
{
"$ref": "1"
}
]