POST api/Member/SaveVendor
Request Information
URI Parameters
None.
Body Parameters
ReferralDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| User_ID | string |
None. |
|
| User_Code | string |
None. |
|
| GroupId | string |
None. |
|
| Token | string |
None. |
|
| Cmp_Code | string |
None. |
|
| LeadReferralFlds | Collection of ReferralFields |
None. |
|
| DictRefDetails | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"DictRefDetails": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"User_ID": "sample string 1",
"User_Code": "sample string 2",
"GroupId": "sample string 3",
"Token": "sample string 4",
"Cmp_Code": "sample string 5",
"LeadReferralFlds": [
{
"Field_title": "sample string 1",
"column_name": "sample string 2",
"field_Size": 3,
"Popup_flag": true,
"field_SubType": "sample string 5",
"field_type": "sample string 6",
"field_code": "sample string 7",
"ALLOWENTRY_FLAG": true,
"Column_Value": "sample string 9"
},
{
"Field_title": "sample string 1",
"column_name": "sample string 2",
"field_Size": 3,
"Popup_flag": true,
"field_SubType": "sample string 5",
"field_type": "sample string 6",
"field_code": "sample string 7",
"ALLOWENTRY_FLAG": true,
"Column_Value": "sample string 9"
}
]
}
application/xml, text/xml
Sample:
<ReferralDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Proc_Services.Models">
<Cmp_Code>sample string 5</Cmp_Code>
<DictRefDetails xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</DictRefDetails>
<GroupId>sample string 3</GroupId>
<LeadReferralFlds>
<ReferralFields>
<ALLOWENTRY_FLAG>true</ALLOWENTRY_FLAG>
<Column_Value>sample string 9</Column_Value>
<Field_title>sample string 1</Field_title>
<Popup_flag>true</Popup_flag>
<column_name>sample string 2</column_name>
<field_Size>3</field_Size>
<field_SubType>sample string 5</field_SubType>
<field_code>sample string 7</field_code>
<field_type>sample string 6</field_type>
</ReferralFields>
<ReferralFields>
<ALLOWENTRY_FLAG>true</ALLOWENTRY_FLAG>
<Column_Value>sample string 9</Column_Value>
<Field_title>sample string 1</Field_title>
<Popup_flag>true</Popup_flag>
<column_name>sample string 2</column_name>
<field_Size>3</field_Size>
<field_SubType>sample string 5</field_SubType>
<field_code>sample string 7</field_code>
<field_type>sample string 6</field_type>
</ReferralFields>
</LeadReferralFlds>
<Token>sample string 4</Token>
<User_Code>sample string 2</User_Code>
<User_ID>sample string 1</User_ID>
</ReferralDocument>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |