POST api/DEW/JurisdictionOSMLoadBatchOptions
Request Information
URI Parameters
None.
Body Parameters
BatchOptionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| SessionNum | integer |
None. |
|
| SessionPassword | Collection of byte |
None. |
|
| ApplicationCode | string |
None. |
|
| StagesURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"StartDate": "2026-04-02T02:28:46.5884354-04:00",
"EndDate": "2026-04-02T02:28:46.5884354-04:00",
"SessionNum": 2,
"SessionPassword": "QEA=",
"ApplicationCode": "sample string 3",
"StagesURL": "sample string 4"
}
application/xml, text/xml
Sample:
<BatchOptionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models"> <StagesURL>sample string 4</StagesURL> <ApplicationCode>sample string 3</ApplicationCode> <SessionNum>2</SessionNum> <SessionPassword>QEA=</SessionPassword> <EndDate>2026-04-02T02:28:46.5884354-04:00</EndDate> <StartDate>2026-04-02T02:28:46.5884354-04:00</StartDate> <Username>sample string 1</Username> </BatchOptionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of OSMBatchListQueryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchID | string |
None. |
|
| BatchCount | integer |
None. |
|
| Processed | integer |
None. |
|
| LogDate | date |
None. |
|
| Success | boolean |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BatchID": "sample string 1",
"BatchCount": 1,
"Processed": 1,
"LogDate": "2026-04-02T02:28:46.5884354-04:00",
"Success": true,
"ErrorMessage": "sample string 3"
},
{
"BatchID": "sample string 1",
"BatchCount": 1,
"Processed": 1,
"LogDate": "2026-04-02T02:28:46.5884354-04:00",
"Success": true,
"ErrorMessage": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfOSMBatchListQueryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
<OSMBatchListQueryResponse>
<BatchCount>1</BatchCount>
<BatchID>sample string 1</BatchID>
<ErrorMessage>sample string 3</ErrorMessage>
<LogDate>2026-04-02T02:28:46.5884354-04:00</LogDate>
<Processed>1</Processed>
<Success>true</Success>
</OSMBatchListQueryResponse>
<OSMBatchListQueryResponse>
<BatchCount>1</BatchCount>
<BatchID>sample string 1</BatchID>
<ErrorMessage>sample string 3</ErrorMessage>
<LogDate>2026-04-02T02:28:46.5884354-04:00</LogDate>
<Processed>1</Processed>
<Success>true</Success>
</OSMBatchListQueryResponse>
</ArrayOfOSMBatchListQueryResponse>