POST api/Shoot/addshootlocation
Request Information
URI Parameters
None.
Body Parameters
ShowLocationModelName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
Action | string |
None. |
|
ShowLocation | ShowLocation_Get |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": 1, "Action": "sample string 2", "ShowLocation": { "$id": "2", "ShowLocationId": 1, "ShowId": 2, "LocationName": "sample string 3", "Address1": "sample string 4", "Address2": "sample string 5", "City": "sample string 6", "StateId": 7, "State": "sample string 8", "CountryId": 9, "Country": "sample string 10", "ZipCode": "sample string 11", "IsActive": "sample string 12", "CreatedOn": "sample string 13", "CreatedBy": 14, "ModifiedOn": "sample string 15", "ModifiedBy": 16, "IsAllocated": 17 } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultName | Description | Type | Additional information |
---|---|---|---|
ContentEncoding | Encoding |
None. |
|
ContentType | string |
None. |
|
Data | Object |
None. |
|
JsonRequestBehavior | JsonRequestBehavior |
None. |
|
MaxJsonLength | integer |
None. |
|
RecursionLimit | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ContentEncoding": null, "ContentType": "sample string 1", "Data": { "$id": "2" }, "JsonRequestBehavior": 0, "MaxJsonLength": 1, "RecursionLimit": 1 }