POST api/RateRequest/GetJobNumber
Request Information
URI Parameters
None.
Body Parameters
GetJobNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| JOH_ID | integer |
None. |
|
| JOH_CP_ID | integer |
None. |
|
| JOH_NUM | string |
None. |
|
| CUSTOMER | string |
None. |
|
| JOH_DATE | date |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
|
| JOH_STATUS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"JOH_ID": 1,
"JOH_CP_ID": 1,
"JOH_NUM": "sample string 1",
"CUSTOMER": "sample string 2",
"JOH_DATE": "2025-12-06T04:23:01.7687755+00:00",
"START": 1,
"LENGTH": 1,
"JOH_STATUS": "sample string 3"
}
application/xml, text/xml
Sample:
<GetJobNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CUSTOMER>sample string 2</CUSTOMER> <JOH_CP_ID>1</JOH_CP_ID> <JOH_DATE>2025-12-06T04:23:01.7687755+00:00</JOH_DATE> <JOH_ID>1</JOH_ID> <JOH_NUM>sample string 1</JOH_NUM> <JOH_STATUS>sample string 3</JOH_STATUS> <LENGTH>1</LENGTH> <START>1</START> </GetJobNumber>
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. |