| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| preOrder | query | PreOrdersDet | No | |
| appname | query | string | No | |
| hostname | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| id | form | int | No | |
| preorder_id | form | int | No | |
| fuel_id | form | int | No | |
| scount | form | decimal | No | |
| price | form | decimal | No | |
| specinvoice_id | form | int? | No | |
| specinvoicedet_id | form | int? | No | |
| specinvoicenum | form | string | No | |
| specinvoicestatus | form | int? | No | |
| specinvdate | form | DateTime? | No | |
| specinvtrtype | form | int? | No | |
| specinvtrbunknum | form | string | No | |
| specinvsavedate | form | DateTime? | No | |
| specinvserie | form | string | No | |
| actdate | form | DateTime? | No | |
| actnum | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | int? | 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/SavePreOrdersDet HTTP/1.1
Host: axfuel.apex.ge
Accept: application/json
Content-Type: application/json
Content-Length: length
{"preOrder":{"id":0,"preorder_id":0,"fuel_id":0,"scount":0,"price":0,"specinvoice_id":0,"specinvoicedet_id":0,"specinvoicenum":"String","specinvoicestatus":0,"specinvdate":"\/Date(-62135596800000-0000)\/","specinvtrtype":0,"specinvtrbunknum":"String","specinvsavedate":"\/Date(-62135596800000-0000)\/","specinvserie":"String","actdate":"\/Date(-62135596800000-0000)\/","actnum":"String"},"appname":"String","hostname":"String"}
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":0}