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": "1ecfc4ac-28a3-4d35-8b68-325f812a3b8b",
"AppID": "sample string 3",
"AuxiliaryID": "d7d1ff6c-630b-4545-9d0a-00d711def69c"
}
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. |