GET AdminApi/Delivery/GetMerchantName/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
KeyValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Text | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Text": "sample string 2"
}