POST api/{apiVersion}/UptionCard/GetCustmerUptionCardsCourierStatus
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CustomerUptionCardsRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "abb20801-3d13-447b-9679-203f7e57569d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfCustomerCardCourierStatuListName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CustomerCardCourierStatuList |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "CardStatuLists": [ { "StatusOrder": 1, "StatusDate": "2025-02-21T21:10:42.8709608+03:00", "Status": 2, "StatusDescription": "sample string 3", "StatuActiveOrder": true }, { "StatusOrder": 1, "StatusDate": "2025-02-21T21:10:42.8709608+03:00", "Status": 2, "StatusDescription": "sample string 3", "StatuActiveOrder": true } ], "TraceDetail": [ { "TraceLink": "sample string 1", "TraceDescription": "sample string 2" }, { "TraceLink": "sample string 1", "TraceDescription": "sample string 2" } ] }, "IsShowMessage": true, "IsShowRateAndReview": true }