POST api/DeductionHeader/startCheck
Request Information
URI Parameters
None.
Body Parameters
Collection of DeductionHeaderIdentity| Name | Description | Type | Additional information |
|---|---|---|---|
| DeductionId | string |
None. |
|
| InvoiceId | string |
None. |
|
| SupplierId | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"deductionId": "sample string 1",
"invoiceId": "sample string 2",
"supplierId": 3.0
},
{
"deductionId": "sample string 1",
"invoiceId": "sample string 2",
"supplierId": 3.0
}
]
application/xml, text/xml
Sample:
<ArrayOfDeductionHeaderIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FashionIsland.Ebidding.ViewModel">
<DeductionHeaderIdentity>
<DeductionId>sample string 1</DeductionId>
<InvoiceId>sample string 2</InvoiceId>
<SupplierId>3</SupplierId>
</DeductionHeaderIdentity>
<DeductionHeaderIdentity>
<DeductionId>sample string 1</DeductionId>
<InvoiceId>sample string 2</InvoiceId>
<SupplierId>3</SupplierId>
</DeductionHeaderIdentity>
</ArrayOfDeductionHeaderIdentity>
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. |