POST Crm/CRM_SaveSmanCalls
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.CRM_SmanCalls| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SmanCode | string |
None. |
|
| RecordDate | date |
None. |
|
| IB_Calls | integer |
None. |
|
| OB_Calls | integer |
None. |
|
| AddedBy | string |
None. |
|
| AddedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| SmanName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SmanCode": "sample string 2",
"RecordDate": "2026-04-03T08:54:37.5440986-04:00",
"IB_Calls": 1,
"OB_Calls": 1,
"AddedBy": "sample string 3",
"AddedDate": "2026-04-03T08:54:37.5440986-04:00",
"UpdatedBy": "sample string 4",
"UpdatedDate": "2026-04-03T08:54:37.5440986-04:00",
"SmanName": "sample string 5"
}
application/xml, text/xml
Sample:
<CRM_SmanCalls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <AddedBy>sample string 3</AddedBy> <AddedDate>2026-04-03T08:54:37.5440986-04:00</AddedDate> <IB_Calls>1</IB_Calls> <Id>1</Id> <OB_Calls>1</OB_Calls> <RecordDate>2026-04-03T08:54:37.5440986-04:00</RecordDate> <SmanCode>sample string 2</SmanCode> <SmanName>sample string 5</SmanName> <UpdatedBy>sample string 4</UpdatedBy> <UpdatedDate>2026-04-03T08:54:37.5440986-04:00</UpdatedDate> </CRM_SmanCalls>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |