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": "2152c7f5-62ac-438c-81b6-be79bb6e3521",
"RestaurantIDF": "4873d90c-24e2-4752-bb07-34bd5297b1b7",
"BranchIDF": "4438faba-f897-413e-ae68-976560565fb1"
}
application/xml, text/xml
Sample:
<HelpMasterClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>4438faba-f897-413e-ae68-976560565fb1</BranchIDF> <HelpDescription>sample string 1</HelpDescription> <RestaurantIDF>4873d90c-24e2-4752-bb07-34bd5297b1b7</RestaurantIDF> <UserIDF>2152c7f5-62ac-438c-81b6-be79bb6e3521</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. |