POST Crm/CRM_SaveCategory

Request Information

URI Parameters

None.

Body Parameters

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

integer

None.

Type

string

None.

Name

string

None.

IndexNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Type": "sample string 2",
  "Name": "sample string 3",
  "IndexNo": 1
}

application/xml, text/xml

Sample:
<CRM_Category xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <Id>1</Id>
  <IndexNo>1</IndexNo>
  <Name>sample string 3</Name>
  <Type>sample string 2</Type>
</CRM_Category>

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.