POST api/BkavCardType/AddBkavCardType
Request Information
URI Parameters
None.
Body Parameters
BkavCardType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Status | integer |
None. |
|
| Price | decimal number |
None. |
|
| Order | integer |
None. |
|
| Value01 | string |
None. |
|
| Value02 | string |
None. |
|
| Value03 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Status": 1,
"Price": 1.1,
"Order": 1,
"Value01": "sample string 3",
"Value02": "sample string 4",
"Value03": "sample string 5"
}
application/xml, text/xml
Sample:
<BkavCardType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSApi.Model"> <Id>1</Id> <Name>sample string 2</Name> <Order>1</Order> <Price>1.1</Price> <Status>1</Status> <Value01>sample string 3</Value01> <Value02>sample string 4</Value02> <Value03>sample string 5</Value03> </BkavCardType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.