POST api/RateRequest/GetJobNumber
Request Information
URI Parameters
None.
Body Parameters
GetJobNumberName | 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. |
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-04-29T14:52:30.5979699+05:30", "START": 1, "LENGTH": 1 }
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-04-29T14:52:30.5979699+05:30</JOH_DATE> <JOH_ID>1</JOH_ID> <JOH_NUM>sample string 1</JOH_NUM> <LENGTH>1</LENGTH> <START>1</START> </GetJobNumber>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |