POST api/Event/GetLibraryAttachment
Request Information
URI Parameters
None.
Body Parameters
LibraryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LibraryCategoryId | globally unique identifier |
None. |
|
| LibrarySubCategoryId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e8c54cd3-dd63-4bc7-a76f-bbb9e99f4abb",
"LibraryCategoryId": "1bbd7deb-af65-4e86-94d4-f31ab2ba1c80",
"LibrarySubCategoryId": "938ced1e-c780-4b92-8288-d58a2e9b97fc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.