POST api/ImageType
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| requestModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ImageTypeIds": "sample string 1",
"ImageTypeName": "sample string 2",
"UserId": 3,
"LanguageId": 4,
"TableName": "sample string 5",
"filterId": "sample string 6"
}
application/xml, text/xml
Sample:
<ImageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Web.PortalAPI.Models"> <LanguageId>4</LanguageId> <TableName>sample string 5</TableName> <UserId>3</UserId> <filterId>sample string 6</filterId> <ImageTypeIds>sample string 1</ImageTypeIds> <ImageTypeName>sample string 2</ImageTypeName> </ImageRequestModel>
multipart/form-data
Sample:
<ImageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Web.PortalAPI.Models"><LanguageId>4</LanguageId><TableName>sample string 5</TableName><UserId>3</UserId><filterId>sample string 6</filterId><ImageTypeIds>sample string 1</ImageTypeIds><ImageTypeName>sample string 2</ImageTypeName></ImageRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.