POST Proxy/Gdi/DeliveryChallenges
Gets delivery challenges from GDI Api according to search criteria.
Request Information
URI Parameters
None.
Body Parameters
Parameters used to call GDI Api
ParamsProxyGdiDeliveryChallenges| Name | Description | Type | Additional information |
|---|---|---|---|
| ParamsGdiDeliveryChallenges |
Url |
ParamsGdiDeliveryChallenges |
Required |
| ApiUrl |
Url |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ParamsGdiDeliveryChallenges": {
"YearLowerBound": 1,
"YearUpperBound": 2,
"Sector": "sample string 3",
"Country": "sample string 4",
"Region": "sample string 5"
},
"ApiUrl": "sample string 1"
}
application/xml, text/xml
Sample:
<ParamsProxyGdiDeliveryChallenges xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sif.Source.Api.Models">
<ApiUrl>sample string 1</ApiUrl>
<ParamsGdiDeliveryChallenges>
<Country>sample string 4</Country>
<Region>sample string 5</Region>
<Sector>sample string 3</Sector>
<YearLowerBound>1</YearLowerBound>
<YearUpperBound>2</YearUpperBound>
</ParamsGdiDeliveryChallenges>
</ParamsProxyGdiDeliveryChallenges>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JSON delivery challenges
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.