POST api/DSN/GetDSN
Request Information
URI Parameters
None.
Body Parameters
GetDSNList| Name | Description | Type | Additional information |
|---|---|---|---|
| DSN_ID | integer |
None. |
|
| DSN_CP_ID | integer |
None. |
|
| DSN_DOC_NUM | string |
None. |
|
| DSN_DOC_DATE | date |
None. |
|
| DSN_AR_ID | integer |
None. |
|
| DSN_EXP_DEL_DATE | date |
None. |
|
| DSN_EXP_VEHICLE_NUM | string |
None. |
|
| DSN_CONTACT_PERSON_NAME | string |
None. |
|
| DSN_CONTACT_PERSON_NUM | string |
None. |
|
| DSN_REFERENCE | string |
None. |
|
| DSN_STATUS | string |
None. |
|
| DSN_NOTES | string |
None. |
|
| DSN_GDN_ID | integer |
None. |
|
| DSN_GDN_NUM | string |
None. |
|
| DSN_PROGRAM_ID | string |
None. |
|
| DSN_CREATED_BY | integer |
None. |
|
| DSN_GLOBAL_SEARCH | string |
None. |
|
| DSN_AR_CODE | string |
None. |
|
| DSN_STATUS_CODE | string |
None. |
|
| DSN_CREATED_BY_NAME | string |
None. |
|
| DSN_CREATED_ON | date |
None. |
|
| DSN_MODIFIED_BY | integer |
None. |
|
| DSN_MODIFIED_BY_NAME | string |
None. |
|
| DSN_MODIFIED_ON | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DSN_ID": 1,
"DSN_CP_ID": 1,
"DSN_DOC_NUM": "sample string 1",
"DSN_DOC_DATE": "2026-05-13T09:50:59.7576888+00:00",
"DSN_AR_ID": 1,
"DSN_EXP_DEL_DATE": "2026-05-13T09:50:59.7576888+00:00",
"DSN_EXP_VEHICLE_NUM": "sample string 2",
"DSN_CONTACT_PERSON_NAME": "sample string 3",
"DSN_CONTACT_PERSON_NUM": "sample string 4",
"DSN_REFERENCE": "sample string 5",
"DSN_STATUS": "sample string 6",
"DSN_NOTES": "sample string 7",
"DSN_GDN_ID": 1,
"DSN_GDN_NUM": "sample string 8",
"DSN_PROGRAM_ID": "sample string 9",
"DSN_CREATED_BY": 1,
"DSN_GLOBAL_SEARCH": "sample string 10",
"DSN_AR_CODE": "sample string 11",
"DSN_STATUS_CODE": "sample string 12",
"DSN_CREATED_BY_NAME": "sample string 13",
"DSN_CREATED_ON": "2026-05-13T09:50:59.7576888+00:00",
"DSN_MODIFIED_BY": 1,
"DSN_MODIFIED_BY_NAME": "sample string 14",
"DSN_MODIFIED_ON": "2026-05-13T09:50:59.7576888+00:00"
}
application/xml, text/xml
Sample:
<GetDSNList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DSN_AR_CODE>sample string 11</DSN_AR_CODE> <DSN_AR_ID>1</DSN_AR_ID> <DSN_CONTACT_PERSON_NAME>sample string 3</DSN_CONTACT_PERSON_NAME> <DSN_CONTACT_PERSON_NUM>sample string 4</DSN_CONTACT_PERSON_NUM> <DSN_CP_ID>1</DSN_CP_ID> <DSN_CREATED_BY>1</DSN_CREATED_BY> <DSN_CREATED_BY_NAME>sample string 13</DSN_CREATED_BY_NAME> <DSN_CREATED_ON>2026-05-13T09:50:59.7576888+00:00</DSN_CREATED_ON> <DSN_DOC_DATE>2026-05-13T09:50:59.7576888+00:00</DSN_DOC_DATE> <DSN_DOC_NUM>sample string 1</DSN_DOC_NUM> <DSN_EXP_DEL_DATE>2026-05-13T09:50:59.7576888+00:00</DSN_EXP_DEL_DATE> <DSN_EXP_VEHICLE_NUM>sample string 2</DSN_EXP_VEHICLE_NUM> <DSN_GDN_ID>1</DSN_GDN_ID> <DSN_GDN_NUM>sample string 8</DSN_GDN_NUM> <DSN_GLOBAL_SEARCH>sample string 10</DSN_GLOBAL_SEARCH> <DSN_ID>1</DSN_ID> <DSN_MODIFIED_BY>1</DSN_MODIFIED_BY> <DSN_MODIFIED_BY_NAME>sample string 14</DSN_MODIFIED_BY_NAME> <DSN_MODIFIED_ON>2026-05-13T09:50:59.7576888+00:00</DSN_MODIFIED_ON> <DSN_NOTES>sample string 7</DSN_NOTES> <DSN_PROGRAM_ID>sample string 9</DSN_PROGRAM_ID> <DSN_REFERENCE>sample string 5</DSN_REFERENCE> <DSN_STATUS>sample string 6</DSN_STATUS> <DSN_STATUS_CODE>sample string 12</DSN_STATUS_CODE> </GetDSNList>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |