| GET | /GetCompanyInvoices |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | query | int? | No | |
| D1 | query | DateTime? | No | |
| D2 | query | DateTime? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<InvoicesF> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CompanyName | form | string | No | |
| PreorderNum | form | string | No | |
| PTypeName | form | string | No | |
| UserName | form | string | No | |
| CompanyCode | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int? | No | |
| Ddate | form | DateTime | No | |
| CompanyId | form | int | No | |
| Vg | form | decimal | No | |
| Invnum | form | string | No | |
| Comment | form | string | No | |
| Vat | form | bool | No | |
| PreorderId | form | int? | No | |
| PType | form | int? | No | |
| CUser | form | string | No | |
| Crtime | form | DateTime? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /GetCompanyInvoices HTTP/1.1 Host: axfuel.apex.ge Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"CompanyName":"String","PreorderNum":"String","PTypeName":"String","UserName":"String","CompanyCode":"String","Id":0,"Ddate":"\/Date(-62135596800000-0000)\/","CompanyId":0,"Vg":0,"Invnum":"String","Comment":"String","Vat":false,"PreorderId":0,"PType":0,"CUser":"String","Crtime":"\/Date(-62135596800000-0000)\/"}]}