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": "8044bca7-cf46-49ad-a8c6-debc4019ca7b",
"AppID": "sample string 3",
"AuxiliaryID": "d2f8d48e-e3b5-45dc-8414-1cea47ed484c"
}
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. |