POST Customer/GetUrl
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CustomerKeyViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| Limit | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"Limit": 2
}
application/xml, text/xml
Sample:
<CustomerKeyViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BB.STT.API.RESTF.Models.BindingModels"> <Key>sample string 1</Key> <Limit>2</Limit> </CustomerKeyViewModel>