GET api/Partner/{id}/VendConfig
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VendConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| UserID | string |
None. |
|
| TaxID | string |
None. |
|
| RegisterID | string |
None. |
|
| ShopID | string |
None. |
|
| PaymentTypeID | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"UserID": "sample string 2",
"TaxID": "sample string 3",
"RegisterID": "sample string 4",
"ShopID": "sample string 5",
"PaymentTypeID": "sample string 6"
}
application/xml, text/xml
Sample:
<VendConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub.Server.Business.Models"> <ID>1</ID> <PaymentTypeID>sample string 6</PaymentTypeID> <RegisterID>sample string 4</RegisterID> <ShopID>sample string 5</ShopID> <TaxID>sample string 3</TaxID> <UserID>sample string 2</UserID> </VendConfig>