POST api/UnitClassPhotoCategory/UpdateLogo
班级相册[修改-封面]
Request Information
URI Parameters
None.
Body Parameters
UpdateLogoInputName | Description | Type | Additional information |
---|---|---|---|
UnitID |
单位ID |
globally unique identifier |
None. |
ClassID |
班级ID |
globally unique identifier |
None. |
CategoryID |
相册ID |
globally unique identifier |
None. |
CategoryLogo |
相册封面 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UnitID": "a50cc325-c25c-4600-8a84-eaa4e166df4f", "ClassID": "8a17ba70-5253-422d-8faf-bd964c34482b", "CategoryID": "1b711fed-7695-4546-ae17-a164fdd4f32f", "CategoryLogo": "sample string 4" }
Response Information
Resource Description
HttpResponseMessageName | 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. |