POST api/GSL/PostToGSL
Request Information
URI Parameters
None.
Body Parameters
GSLPayload| Name | Description | Type | Additional information |
|---|---|---|---|
| FromEntryNo | string |
None. |
|
| ToEntryNo | string |
None. |
|
| BatchNo | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| DefaultSourceCode | string |
None. |
|
| BatchSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromEntryNo": "sample string 1",
"ToEntryNo": "sample string 2",
"BatchNo": 3,
"StartDate": "sample string 4",
"EndDate": "sample string 5",
"DefaultSourceCode": "sample string 6",
"BatchSize": 7
}
application/xml, text/xml
Sample:
<GSLPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GSL_Integration.Models"> <BatchNo>3</BatchNo> <BatchSize>7</BatchSize> <DefaultSourceCode>sample string 6</DefaultSourceCode> <EndDate>sample string 5</EndDate> <FromEntryNo>sample string 1</FromEntryNo> <StartDate>sample string 4</StartDate> <ToEntryNo>sample string 2</ToEntryNo> </GSLPayload>
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. |