POST api/BOS/ReteriveDistrictList
Request Information
URI Parameters
None.
Body Parameters
ReteriveDistrictListRequestModelName | Description | Type | Additional information |
---|---|---|---|
StateName | string |
None. |
|
CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "StateName": "sample string 1", "CompanyCode": "sample string 2" }
text/xml
Sample:
<ReteriveDistrictListRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models"> <CompanyCode>sample string 2</CompanyCode> <StateName>sample string 1</StateName> </ReteriveDistrictListRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.