POST api/HelpMaster/Help_Save
Request Information
URI Parameters
None.
Body Parameters
HelpMasterClass| Name | Description | Type | Additional information |
|---|---|---|---|
| HelpDescription | string |
None. |
|
| UserIDF | globally unique identifier |
None. |
|
| RestaurantIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"HelpDescription": "sample string 1",
"UserIDF": "1a9732d6-67cd-49f5-b031-aa975503eb81",
"RestaurantIDF": "f3b6a719-53db-4b04-9037-a3d84682f062",
"BranchIDF": "904892b9-59b6-4ac5-add1-3541fc5180df"
}
application/xml, text/xml
Sample:
<HelpMasterClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>904892b9-59b6-4ac5-add1-3541fc5180df</BranchIDF> <HelpDescription>sample string 1</HelpDescription> <RestaurantIDF>f3b6a719-53db-4b04-9037-a3d84682f062</RestaurantIDF> <UserIDF>1a9732d6-67cd-49f5-b031-aa975503eb81</UserIDF> </HelpMasterClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |