View Order Card Inventory API
Headers
Request Body Parameters
| Parameters | Parameter description with validations | Sample | Data type | Mandatory/Optional |
| type | Inventory type | SELF | String | Mandatory |
| latLong | Comma separated by Latitude and longitude | 19.0759837,72.8776559 | String | Mandatory |
| channel | Name of the Channel | WEB | String | Mandatory |
Sample Request Body
Response Body Parameters
| Parameters | Description | Data type |
| statusCode | Status Code(0/1) | String |
| statusDesc | Status Description of Status | String |
| status | SUCCESS/FAILED | String |
| data Contains Following information String | ||
| productName | name of the product. ProductforPM | String |
| productcategory | category of the product. GPR | String |
| cardNature | Nature of the card. E.g.- V | String |
| orderedCards | No. of Ordered cards. E.g. - 10 | Integer |
| status | APPROVED | String |
| createdDate | 2024-08-26T07:25:48.000Z | String |
Sample Response Body
SUCCESS:
FAILED:
Detailed Status Codes
| Status | Response Type | Description |
| 0 | SUCCESS | Inventory details fetched successfully |
| 1 | FAILED | No inventory details found |