POST api/Capitec/SaveCustomerDetailsCapitecUAT
Request Information
URI Parameters
None.
Body Parameters
CapitecDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CIF_NUMBER | string |
None. |
|
| FIRST_NAME | string |
None. |
|
| MOBILE_TEL | string |
None. |
|
| BRANCH_CODE | string |
None. |
|
| CONSULTANT_ID | string |
None. |
|
| LEAD_KEY | string |
None. |
|
| CONVERSATION_ID | string |
None. |
|
| QUESTION1 | string |
None. |
|
| QUESTION2 | string |
None. |
|
| QUESTION3 | string |
None. |
|
| QUESTION4 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"CIF_NUMBER": "sample string 2",
"FIRST_NAME": "sample string 3",
"MOBILE_TEL": "sample string 4",
"BRANCH_CODE": "sample string 5",
"CONSULTANT_ID": "sample string 6",
"LEAD_KEY": "sample string 7",
"CONVERSATION_ID": "sample string 8",
"QUESTION1": "sample string 9",
"QUESTION2": "sample string 10",
"QUESTION3": "sample string 11",
"QUESTION4": "sample string 12"
}
application/xml, text/xml
Sample:
<CapitecDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NetFlorist.DTO"> <BRANCH_CODE>sample string 5</BRANCH_CODE> <CIF_NUMBER>sample string 2</CIF_NUMBER> <CONSULTANT_ID>sample string 6</CONSULTANT_ID> <CONVERSATION_ID>sample string 8</CONVERSATION_ID> <FIRST_NAME>sample string 3</FIRST_NAME> <ID>1</ID> <LEAD_KEY>sample string 7</LEAD_KEY> <MOBILE_TEL>sample string 4</MOBILE_TEL> <QUESTION1>sample string 9</QUESTION1> <QUESTION2>sample string 10</QUESTION2> <QUESTION3>sample string 11</QUESTION3> <QUESTION4>sample string 12</QUESTION4> </CapitecDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.