POST api/Customer/PutCustomerSalesLink

Request Information

URI Parameters

None.

Body Parameters

SalesLink
NameDescriptionTypeAdditional information
CSL_ID

integer

None.

CSL_CP_ID

integer

None.

CSL_AR_ID

integer

None.

CSL_USER_ID

integer

None.

CSL_VALID_FROM

date

None.

CSL_STATUS

string

None.

CSL_NOTES

string

None.

CSL_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CSL_ID": 1,
  "CSL_CP_ID": 1,
  "CSL_AR_ID": 1,
  "CSL_USER_ID": 1,
  "CSL_VALID_FROM": "2024-05-19T15:19:29.5922284+05:30",
  "CSL_STATUS": "sample string 1",
  "CSL_NOTES": "sample string 2",
  "CSL_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<SalesLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CSL_AR_ID>1</CSL_AR_ID>
  <CSL_CP_ID>1</CSL_CP_ID>
  <CSL_CREATED_BY>1</CSL_CREATED_BY>
  <CSL_ID>1</CSL_ID>
  <CSL_NOTES>sample string 2</CSL_NOTES>
  <CSL_STATUS>sample string 1</CSL_STATUS>
  <CSL_USER_ID>1</CSL_USER_ID>
  <CSL_VALID_FROM>2024-05-19T15:19:29.5922284+05:30</CSL_VALID_FROM>
</SalesLink>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.