POST api/ClubManagement/Location
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "cType": "sample string 1", "nCountryId": 2, "nStateId": 3, "nCompanyId": 4 }
application/xml, text/xml
Sample:
<LocationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <cType>sample string 1</cType> <nCompanyId>4</nCompanyId> <nCountryId>2</nCountryId> <nStateId>3</nStateId> </LocationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Data": null, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <Data i:nil="true" /> <Message>sample string 2</Message> <Status>sample string 1</Status> </ResponseData>