GET api/order/seller
Get Seller Info
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Name | Description | Type | Additional information |
---|---|---|---|
Name |
Name |
string |
None. |
Infos |
Info Data |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "infos": [ "sample string 1", "sample string 2" ] }