POST api/BankCaseMessage/AddBankCaseMesByContact
Request Information
URI Parameters
None.
Body Parameters
AddBankCaseTaskDetailByContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileStatus | integer |
None. |
|
| IsOneself | integer |
None. |
|
| CaseColor | string |
None. |
|
| TaskId | integer |
None. |
|
| EmployeID | integer |
None. |
|
| SMSTempID | string |
None. |
|
| SMSContent | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileStatus": 1,
"IsOneself": 1,
"CaseColor": "sample string 1",
"TaskId": 2,
"EmployeID": 3,
"SMSTempID": "sample string 4",
"SMSContent": "sample string 5"
}
application/xml, text/xml
Sample:
<AddBankCaseTaskDetailByContactModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API"> <CaseColor>sample string 1</CaseColor> <EmployeID>3</EmployeID> <IsOneself>1</IsOneself> <MobileStatus>1</MobileStatus> <SMSContent>sample string 5</SMSContent> <SMSTempID>sample string 4</SMSTempID> <TaskId>2</TaskId> </AddBankCaseTaskDetailByContactModel>
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. |