POST api/Employee/SetIsPhotograph
Request Information
URI Parameters
None.
Body Parameters
IsPhotographQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| IsPhotograph | integer |
None. |
|
| BranchID | globally unique identifier |
None. |
|
| AppID | string |
None. |
|
| AuxiliaryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsPhotograph": 1,
"BranchID": "cf226b1c-db15-4c68-93ce-dc56efc7cf03",
"AppID": "sample string 3",
"AuxiliaryID": "e7824729-c094-4b96-89bb-51c296e1d14d"
}
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. |