POST Crm/CRM_SaveSalesTargetColorCode
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.CRM_SalesTargetColorCode| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SmanCode | string |
None. |
|
| DocCategory | string |
None. |
|
| RangeType | string |
None. |
|
| ValueType | string |
None. |
|
| StartValue | decimal number |
None. |
|
| EndValue | decimal number |
None. |
|
| ColorCode | string |
None. |
|
| AddedBy | string |
None. |
|
| AddedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| TeamId | integer |
None. |
|
| TeamName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SmanCode": "sample string 2",
"DocCategory": "sample string 3",
"RangeType": "sample string 4",
"ValueType": "sample string 5",
"StartValue": 6.0,
"EndValue": 7.0,
"ColorCode": "sample string 8",
"AddedBy": "sample string 9",
"AddedDate": "2026-04-03T08:44:24.8420281-04:00",
"UpdatedBy": "sample string 10",
"UpdatedDate": "2026-04-03T08:44:24.8420281-04:00",
"TeamId": 1,
"TeamName": "sample string 11"
}
application/xml, text/xml
Sample:
<CRM_SalesTargetColorCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <AddedBy>sample string 9</AddedBy> <AddedDate>2026-04-03T08:44:24.8420281-04:00</AddedDate> <ColorCode>sample string 8</ColorCode> <DocCategory>sample string 3</DocCategory> <EndValue>7</EndValue> <Id>1</Id> <RangeType>sample string 4</RangeType> <SmanCode>sample string 2</SmanCode> <StartValue>6</StartValue> <TeamId>1</TeamId> <TeamName>sample string 11</TeamName> <UpdatedBy>sample string 10</UpdatedBy> <UpdatedDate>2026-04-03T08:44:24.8420281-04:00</UpdatedDate> <ValueType>sample string 5</ValueType> </CRM_SalesTargetColorCode>
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. |