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": "a8882c8e-34e1-4a34-9b92-3c0a18f18cdc",
"RestaurantIDF": "90a8cf14-3227-4f9d-bcf5-724e21ddd096",
"BranchIDF": "4f514901-1478-4f70-bd50-e090429fb78f"
}
application/xml, text/xml
Sample:
<HelpMasterClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>4f514901-1478-4f70-bd50-e090429fb78f</BranchIDF> <HelpDescription>sample string 1</HelpDescription> <RestaurantIDF>90a8cf14-3227-4f9d-bcf5-724e21ddd096</RestaurantIDF> <UserIDF>a8882c8e-34e1-4a34-9b92-3c0a18f18cdc</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. |