| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| invoice_id | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| result | form | RsInvoice | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ID | form | int? | No | |
| F_SERIES | form | string | No | |
| F_NUMBER | form | string | No | |
| OPERATION_DT | form | DateTime? | No | |
| SELLER_UN_ID | form | int? | No | |
| BUYER_UN_ID | form | int? | No | |
| OIL_ST_N | form | string | No | |
| TRANSPORT_TYPE | form | string | No | |
| STATUS | form | int? | No | |
| USER_ID | form | int? | No | |
| S_USER_ID | form | int? | No | |
| NO_STATUS | form | int? | No | |
| NO_TEXT | form | string | No | |
| WAS_REF | form | int? | No | |
| REG_DATE | form | DateTime? | No | |
| GAUQMEBIS_MIZEZI | form | string | No | |
| IS_ENDED | form | int? | No | |
| AGREE_DATE | form | DateTime? | No | |
| SELLER_SN | form | string | No | |
| SELLER_NM | form | string | No | |
| BUYER_SN | form | string | No | |
| BUYER_NM | form | string | 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.
POST /json/reply/GetRsInvoice HTTP/1.1
Host: axfuel.apex.ge
Accept: application/json
Content-Type: application/json
Content-Length: length
{"invoice_id":0}
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":{"ID":0,"F_SERIES":"String","F_NUMBER":"String","OPERATION_DT":"\/Date(-62135596800000-0000)\/","SELLER_UN_ID":0,"BUYER_UN_ID":0,"OIL_ST_N":"String","TRANSPORT_TYPE":"String","STATUS":0,"USER_ID":0,"S_USER_ID":0,"NO_STATUS":0,"NO_TEXT":"String","WAS_REF":0,"REG_DATE":"\/Date(-62135596800000-0000)\/","GAUQMEBIS_MIZEZI":"String","IS_ENDED":0,"AGREE_DATE":"\/Date(-62135596800000-0000)\/","SELLER_SN":"String","SELLER_NM":"String","BUYER_SN":"String","BUYER_NM":"String"}}