GET api/SalesCalls
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a9276fb7-e55c-4129-80dc-545f32eef3c6",
"TypeCode": "sample string 1",
"TerritoryId": "56abff47-05a6-420b-adfb-1b9c8d76dd69",
"CustomerId": "e1ab998f-e44c-4bc1-89bc-5ef55cba23cf",
"Identifier": "sample string 2",
"Updated": "2025-12-15T23:41:12.8456214-05:00",
"IsDeleted": 1
},
{
"Id": "a9276fb7-e55c-4129-80dc-545f32eef3c6",
"TypeCode": "sample string 1",
"TerritoryId": "56abff47-05a6-420b-adfb-1b9c8d76dd69",
"CustomerId": "e1ab998f-e44c-4bc1-89bc-5ef55cba23cf",
"Identifier": "sample string 2",
"Updated": "2025-12-15T23:41:12.8456214-05:00",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSalesCallData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<SalesCallData>
<CustomerId>e1ab998f-e44c-4bc1-89bc-5ef55cba23cf</CustomerId>
<Id>a9276fb7-e55c-4129-80dc-545f32eef3c6</Id>
<Identifier>sample string 2</Identifier>
<IsDeleted>1</IsDeleted>
<TerritoryId>56abff47-05a6-420b-adfb-1b9c8d76dd69</TerritoryId>
<TypeCode>sample string 1</TypeCode>
<Updated>2025-12-15T23:41:12.8456214-05:00</Updated>
</SalesCallData>
<SalesCallData>
<CustomerId>e1ab998f-e44c-4bc1-89bc-5ef55cba23cf</CustomerId>
<Id>a9276fb7-e55c-4129-80dc-545f32eef3c6</Id>
<Identifier>sample string 2</Identifier>
<IsDeleted>1</IsDeleted>
<TerritoryId>56abff47-05a6-420b-adfb-1b9c8d76dd69</TerritoryId>
<TypeCode>sample string 1</TypeCode>
<Updated>2025-12-15T23:41:12.8456214-05:00</Updated>
</SalesCallData>
</ArrayOfSalesCallData>