POST api/CustomerType
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:
{ "UserId": 1, "LanguageId": 2, "TableName": "sample string 3", "filterId": "sample string 4" }
application/xml, text/xml
Sample:
<MasterRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Web.PortalAPI.Models"> <LanguageId>2</LanguageId> <TableName>sample string 3</TableName> <UserId>1</UserId> <filterId>sample string 4</filterId> </MasterRequestModel>
multipart/form-data
Sample:
<MasterRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Web.PortalAPI.Models"><LanguageId>2</LanguageId><TableName>sample string 3</TableName><UserId>1</UserId><filterId>sample string 4</filterId></MasterRequestModel>
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.