POST api/BillingInvoiceHeader/approve/{UserId}/{UserName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

decimal number

Required

UserName

string

Required

Body Parameters

Collection of BillingInvoiceHeaderIdentity
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.