GET CNC/RequestsListNonILSNumber
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GetCNCRequestMasterNonILSNumber_SP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FK_RequestType | integer |
None. |
|
| CustomerName | string |
None. |
|
| CustomerMobileNo | string |
None. |
|
| CustomerEmail | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyPhone | string |
None. |
|
| CompanyFaxNo | string |
None. |
|
| ChannelCode | string |
None. |
|
| Lang | string |
None. |
|
| CreationDate | date |
None. |
|
| ILS_RefNumber | string |
None. |
|
| RequestTypeName | string |
None. |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"FK_RequestType": 2,
"CustomerName": "sample string 3",
"CustomerMobileNo": "sample string 4",
"CustomerEmail": "sample string 5",
"CompanyName": "sample string 6",
"CompanyPhone": "sample string 7",
"CompanyFaxNo": "sample string 8",
"ChannelCode": "sample string 9",
"Lang": "sample string 10",
"CreationDate": "2025-12-16T04:03:31.3119658+03:00",
"ILS_RefNumber": "sample string 12",
"RequestTypeName": "sample string 13",
"IsDeleted": true
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCNCRequestMasterNonILSNumber_SP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.MobileFormsMGR.Entities">
<GetCNCRequestMasterNonILSNumber_SP_Result>
<ChannelCode>sample string 9</ChannelCode>
<CompanyFaxNo>sample string 8</CompanyFaxNo>
<CompanyName>sample string 6</CompanyName>
<CompanyPhone>sample string 7</CompanyPhone>
<CreationDate>2025-12-16T04:03:31.3119658+03:00</CreationDate>
<CustomerEmail>sample string 5</CustomerEmail>
<CustomerMobileNo>sample string 4</CustomerMobileNo>
<CustomerName>sample string 3</CustomerName>
<FK_RequestType>2</FK_RequestType>
<ILS_RefNumber>sample string 12</ILS_RefNumber>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<Lang>sample string 10</Lang>
<RequestTypeName>sample string 13</RequestTypeName>
</GetCNCRequestMasterNonILSNumber_SP_Result>
</ArrayOfGetCNCRequestMasterNonILSNumber_SP_Result>