POST api/WhizTChatChapterDetail/InsertChapterCityMapping
This is for chapter city mapping. Param - cities - Always send blank value
Request Information
URI Parameters
None.
Body Parameters
EnvelopeOfChapterCityMappingParamListName | Description | Type | Additional information |
---|---|---|---|
Data | ChapterCityMappingParamList |
None. |
|
Message | string |
None. |
|
MessageId | string |
None. |
|
MessageCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": { "chapterId": 1, "cities": "sample string 2", "loginUserId": 3, "listOfChapterCityMappingParam": [ { "cityId": 1 }, { "cityId": 1 } ] }, "message": "sample string 1", "messageId": "sample string 2", "messageCode": 3 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.