POST api/Reconciliation/Approve
Request Information
URI Parameters
None.
Body Parameters
SearchCallOfReconSearchModelName | Description | Type | Additional information |
---|---|---|---|
PageSize | integer |
None. |
|
From | integer |
None. |
|
Parameter | ReconSearchModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageSize": 1, "From": 1, "Parameter": { "StartDate": "2025-08-29T02:16:08.562469+00:00", "EndDate": "2025-08-29T02:16:08.562469+00:00", "AirlineName": "sample string 1" } }
application/xml, text/xml
Sample:
<SearchCallOfReconSearchModelbzJk6kDd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stardust"> <From>1</From> <PageSize>1</PageSize> <Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/Cargo.Data.Model"> <d2p1:AirlineName>sample string 1</d2p1:AirlineName> <d2p1:EndDate>2025-08-29T02:16:08.562469+00:00</d2p1:EndDate> <d2p1:StartDate>2025-08-29T02:16:08.562469+00:00</d2p1:StartDate> </Parameter> </SearchCallOfReconSearchModelbzJk6kDd>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.