POST api/Reports/ShipmentWaybill
Request Information
URI Parameters
None.
Body Parameters
ShipmentWayBillQueryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceNumber": "sample string 1"
}
application/xml, text/xml
Sample:
<ShipmentWayBillQueryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ugur.RestApi2.Models"> <InvoiceNumber>sample string 1</InvoiceNumber> </ShipmentWayBillQueryModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TResultOfDictionaryOfStringAndDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordCount | integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Dictionary of string [key] and DataTable [value] |
None. |
|
| DynamicProperty | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"RecordCount": 1,
"IsSuccessful": true,
"Message": "sample string 3",
"Data": {
"sample string 1": null,
"sample string 2": []
},
"DynamicProperty": {
"sample string 1": {},
"sample string 3": {}
}
}
application/xml
Sample:
text/xml
Sample: