POST api/MemberTracking/BindTrackingUser
Request Information
URI Parameters
None.
Body Parameters
MemberTrackingRequestData| Name | Description | Type | Additional information |
|---|---|---|---|
| CoCode | string |
None. |
|
| AnalystTypeID | integer |
None. |
|
| UserMasterID | integer |
None. |
|
| strMode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CoCode": "sample string 1",
"AnalystTypeID": 2,
"UserMasterID": 3,
"strMode": "sample string 4"
}
application/xml, text/xml
Sample:
<MemberTrackingRequestData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBDataModel"> <AnalystTypeID>2</AnalystTypeID> <CoCode>sample string 1</CoCode> <UserMasterID>3</UserMasterID> <strMode>sample string 4</strMode> </MemberTrackingRequestData>
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. |