POST api/InvoiceType/GetInvoiceTypeById/{invoiceTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InvoiceTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceTypeId | integer |
None. |
|
| InvoiceType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"invoiceTypeId": 1,
"invoiceType": "sample string 2"
}
application/xml, text/xml
Sample:
<InvoiceTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IMS.VM"> <InvoiceType>sample string 2</InvoiceType> <InvoiceTypeId>1</InvoiceTypeId> </InvoiceTypeVM>