POST Crm/CRM_SaveDeptManager

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.CRM_DEPT_MANAGER
NameDescriptionTypeAdditional information
ID

integer

None.

DEPT_ID

integer

None.

MANAGER_CODE

string

None.

MANAGER_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "DEPT_ID": 2,
  "MANAGER_CODE": "sample string 3",
  "MANAGER_NAME": "sample string 4"
}

application/xml, text/xml

Sample:
<CRM_DEPT_MANAGER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <DEPT_ID>2</DEPT_ID>
  <ID>1</ID>
  <MANAGER_CODE>sample string 3</MANAGER_CODE>
  <MANAGER_NAME>sample string 4</MANAGER_NAME>
</CRM_DEPT_MANAGER>

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.