POST api/CategoryShortDescriptionMasters/PutCategoryShortDescriptionMaster
Request Information
URI Parameters
None.
Body Parameters
CategoryShortDescriptionMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CategoryShortDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CategoryShortDescription": "sample string 2"
}
application/xml, text/xml
Sample:
<CategoryShortDescriptionMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.DAL.DataModel"> <CategoryShortDescription>sample string 2</CategoryShortDescription> <Id>1</Id> </CategoryShortDescriptionMaster>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.