GET api/CRM/ReadSalesOrderById?Direction={Direction}&SalesOrderId={SalesOrderId}&InCT={InCT}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Direction | No documentation available. |
Define this parameter in the request URI. |
| SalesOrderId | No documentation available. |
Define this parameter in the request URI. |
| InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"customerName": "sample string 1",
"Phone": "sample string 2",
"ContactPerson": "sample string 3",
"CustomerMobile": "sample string 4",
"ContactEmail": "sample string 5",
"ProjectName": "sample string 6",
"ProjectCode": "sample string 7",
"FollowUpDetails": "sample string 8",
"FollowUpTypeName": "sample string 9",
"FollowUpWayName": "sample string 10",
"FollowUpEmpName": "sample string 11",
"FollowUpVisitDate": "2025-12-17T21:58:16.9237956+02:00",
"NextFollowUpDate": "2025-12-17T21:58:16.9237956+02:00",
"AttendeesContacts": [
{
"AttendeesContact": "sample string 1"
},
{
"AttendeesContact": "sample string 1"
},
{
"AttendeesContact": "sample string 1"
}
],
"AttendeesEmployees": [
{
"AttendeesEmployee": "sample string 1"
},
{
"AttendeesEmployee": "sample string 1"
},
{
"AttendeesEmployee": "sample string 1"
}
]
}
application/xml, text/xml
Sample:
<CRM_SalesOrder_Template xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">
<AttendeesContacts>
<AttendeContact>
<AttendeesContact>sample string 1</AttendeesContact>
</AttendeContact>
<AttendeContact>
<AttendeesContact>sample string 1</AttendeesContact>
</AttendeContact>
<AttendeContact>
<AttendeesContact>sample string 1</AttendeesContact>
</AttendeContact>
</AttendeesContacts>
<AttendeesEmployees>
<AttendeeEmployee>
<AttendeesEmployee>sample string 1</AttendeesEmployee>
</AttendeeEmployee>
<AttendeeEmployee>
<AttendeesEmployee>sample string 1</AttendeesEmployee>
</AttendeeEmployee>
<AttendeeEmployee>
<AttendeesEmployee>sample string 1</AttendeesEmployee>
</AttendeeEmployee>
</AttendeesEmployees>
<ContactEmail>sample string 5</ContactEmail>
<ContactPerson>sample string 3</ContactPerson>
<CustomerMobile>sample string 4</CustomerMobile>
<FollowUpDetails>sample string 8</FollowUpDetails>
<FollowUpEmpName>sample string 11</FollowUpEmpName>
<FollowUpTypeName>sample string 9</FollowUpTypeName>
<FollowUpVisitDate>2025-12-17T21:58:16.9237956+02:00</FollowUpVisitDate>
<FollowUpWayName>sample string 10</FollowUpWayName>
<NextFollowUpDate>2025-12-17T21:58:16.9237956+02:00</NextFollowUpDate>
<Phone>sample string 2</Phone>
<ProjectCode>sample string 7</ProjectCode>
<ProjectName>sample string 6</ProjectName>
<customerName>sample string 1</customerName>
</CRM_SalesOrder_Template>