POST Crm/CRM_GetSmanCalls

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_CRM_SmanCallsParams
NameDescriptionTypeAdditional information
Id

integer

None.

SmanCode

string

None.

RecordDate

date

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SmanCode": "sample string 2",
  "RecordDate": "2026-04-03T08:53:17.4170402-04:00",
  "StartDate": "2026-04-03T08:53:17.4170402-04:00",
  "EndDate": "2026-04-03T08:53:17.4170402-04:00"
}

application/xml, text/xml

Sample:
<XS_CRM_SmanCallsParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <EndDate>2026-04-03T08:53:17.4170402-04:00</EndDate>
  <Id>1</Id>
  <RecordDate>2026-04-03T08:53:17.4170402-04:00</RecordDate>
  <SmanCode>sample string 2</SmanCode>
  <StartDate>2026-04-03T08:53:17.4170402-04:00</StartDate>
</XS_CRM_SmanCallsParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional 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.