POST api/supplierDocketEnquiry/genarateInvoice
Request Information
URI Parameters
None.
Body Parameters
SupplierInvoiceGenrateRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| ScreenMode | string |
None. |
|
| SupplierInvoiceGenrateRequest | Collection of SupplierInvoiceGenrateRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"ScreenMode": "sample string 2",
"SupplierInvoiceGenrateRequest": [
{
"SupplierCode": "sample string 1",
"CatlogCode": "sample string 2",
"CatlogDescription": "sample string 3",
"Qty": 4.0,
"Price": 5.0,
"Uom": "sample string 6"
},
{
"SupplierCode": "sample string 1",
"CatlogCode": "sample string 2",
"CatlogDescription": "sample string 3",
"Qty": 4.0,
"Price": 5.0,
"Uom": "sample string 6"
}
]
}
text/xml
Sample:
<SupplierInvoiceGenrateRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.AppService.DTOs.Requests">
<CompanyCode>sample string 1</CompanyCode>
<ScreenMode>sample string 2</ScreenMode>
<SupplierInvoiceGenrateRequest>
<SupplierInvoiceGenrateRequest>
<CatlogCode>sample string 2</CatlogCode>
<CatlogDescription>sample string 3</CatlogDescription>
<Price>5</Price>
<Qty>4</Qty>
<SupplierCode>sample string 1</SupplierCode>
<Uom>sample string 6</Uom>
</SupplierInvoiceGenrateRequest>
<SupplierInvoiceGenrateRequest>
<CatlogCode>sample string 2</CatlogCode>
<CatlogDescription>sample string 3</CatlogDescription>
<Price>5</Price>
<Qty>4</Qty>
<SupplierCode>sample string 1</SupplierCode>
<Uom>sample string 6</Uom>
</SupplierInvoiceGenrateRequest>
</SupplierInvoiceGenrateRequest>
</SupplierInvoiceGenrateRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |