GET api/AutoInvoice/Operators
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AutoInvoiceOperator| Name | Description | Type | Additional information |
|---|---|---|---|
| no | integer |
None. |
|
| code | string |
None. |
|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"no": 1,
"code": "sample string 1",
"name": "sample string 2"
},
{
"no": 1,
"code": "sample string 1",
"name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfAutoInvoiceOperator xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoInvoiceOperator>
<no>1</no>
<code>sample string 1</code>
<name>sample string 2</name>
</AutoInvoiceOperator>
<AutoInvoiceOperator>
<no>1</no>
<code>sample string 1</code>
<name>sample string 2</name>
</AutoInvoiceOperator>
</ArrayOfAutoInvoiceOperator>