PUT api/SalesCalls/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
SalesCallData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TypeCode | string |
None. |
|
| TerritoryId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Updated | date |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "bb18baa5-1482-43ce-b1bb-272d5c6da104",
"TypeCode": "sample string 1",
"TerritoryId": "fff3e69f-775e-4604-9a15-b5747e9693b2",
"CustomerId": "c24b6aa8-eaaf-4d6d-8c1d-3f080979dd67",
"Identifier": "sample string 2",
"Updated": "2025-12-15T23:41:56.3942381-05:00",
"IsDeleted": 1
}
application/xml, text/xml
Sample:
<SalesCallData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <CustomerId>c24b6aa8-eaaf-4d6d-8c1d-3f080979dd67</CustomerId> <Id>bb18baa5-1482-43ce-b1bb-272d5c6da104</Id> <Identifier>sample string 2</Identifier> <IsDeleted>1</IsDeleted> <TerritoryId>fff3e69f-775e-4604-9a15-b5747e9693b2</TerritoryId> <TypeCode>sample string 1</TypeCode> <Updated>2025-12-15T23:41:56.3942381-05:00</Updated> </SalesCallData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |