GET jobtype/invoicetypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of jb_InvoiceType| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceTypeId | integer |
None. |
|
| InvoiceType | string |
None. |
|
| IsTechnical | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InvoiceTypeId": 1,
"InvoiceType": "sample string 2",
"IsTechnical": true
},
{
"InvoiceTypeId": 1,
"InvoiceType": "sample string 2",
"IsTechnical": true
}
]
text/html
Sample:
[{"InvoiceTypeId":1,"InvoiceType":"sample string 2","IsTechnical":true},{"InvoiceTypeId":1,"InvoiceType":"sample string 2","IsTechnical":true}]
application/xml, text/xml
Sample:
<ArrayOfjb_InvoiceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.JobTypes">
<jb_InvoiceType>
<InvoiceType>sample string 2</InvoiceType>
<InvoiceTypeId>1</InvoiceTypeId>
<IsTechnical>true</IsTechnical>
</jb_InvoiceType>
<jb_InvoiceType>
<InvoiceType>sample string 2</InvoiceType>
<InvoiceTypeId>1</InvoiceTypeId>
<IsTechnical>true</IsTechnical>
</jb_InvoiceType>
</ArrayOfjb_InvoiceType>