POST Crm/CRM_SaveSmanVacation

Request Information

URI Parameters

None.

Body Parameters

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

integer

None.

SmanCode

string

None.

SmanName

string

None.

VacationDate

date

None.

StartDate

date

None.

EndDate

date

None.

Subject

string

None.

Description

string

None.

AddedBy

string

None.

AddedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SmanCode": "sample string 2",
  "SmanName": "sample string 3",
  "VacationDate": "2026-04-03T08:54:36.9078766-04:00",
  "StartDate": "2026-04-03T08:54:36.9078766-04:00",
  "EndDate": "2026-04-03T08:54:36.9078766-04:00",
  "Subject": "sample string 4",
  "Description": "sample string 5",
  "AddedBy": "sample string 6",
  "AddedDate": "2026-04-03T08:54:36.9078766-04:00",
  "UpdatedBy": "sample string 7",
  "UpdatedDate": "2026-04-03T08:54:36.9078766-04:00"
}

application/xml, text/xml

Sample:
<CRM_SmanVacation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <AddedBy>sample string 6</AddedBy>
  <AddedDate>2026-04-03T08:54:36.9078766-04:00</AddedDate>
  <Description>sample string 5</Description>
  <EndDate>2026-04-03T08:54:36.9078766-04:00</EndDate>
  <Id>1</Id>
  <SmanCode>sample string 2</SmanCode>
  <SmanName>sample string 3</SmanName>
  <StartDate>2026-04-03T08:54:36.9078766-04:00</StartDate>
  <Subject>sample string 4</Subject>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDate>2026-04-03T08:54:36.9078766-04:00</UpdatedDate>
  <VacationDate>2026-04-03T08:54:36.9078766-04:00</VacationDate>
</CRM_SmanVacation>

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.