POST api/BillingInvoiceHeader/approve/{UserId}/{UserName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | decimal number |
Required |
|
| UserName | string |
Required |
Body Parameters
Collection of BillingInvoiceHeaderIdentity| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId | string |
None. |
|
| SupplierId | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"invoiceId": "sample string 1",
"supplierId": 1.0
},
{
"invoiceId": "sample string 1",
"supplierId": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfBillingInvoiceHeaderIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FashionIsland.Ebidding.ViewModel">
<BillingInvoiceHeaderIdentity>
<InvoiceId>sample string 1</InvoiceId>
<SupplierId>1</SupplierId>
</BillingInvoiceHeaderIdentity>
<BillingInvoiceHeaderIdentity>
<InvoiceId>sample string 1</InvoiceId>
<SupplierId>1</SupplierId>
</BillingInvoiceHeaderIdentity>
</ArrayOfBillingInvoiceHeaderIdentity>
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. |