POST ReferrerRequest
Request Information
URI Parameters
None.
Body Parameters
ReferrerReqBody| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductName | string |
None. |
|
| OperatorID | integer |
None. |
|
| Name | string |
None. |
|
| ContactNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductName": "sample string 2",
"OperatorID": 3,
"Name": "sample string 4",
"ContactNumber": "sample string 5"
}
application/xml, text/xml
Sample:
<ReferrerReqBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <ContactNumber>sample string 5</ContactNumber> <Name>sample string 4</Name> <OperatorID>3</OperatorID> <ProductID>1</ProductID> <ProductName>sample string 2</ProductName> </ReferrerReqBody>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |