POST api/BkavCard/UpdateBkavCardExten
Request Information
URI Parameters
None.
Body Parameters
BkavCard| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Address | string |
None. |
|
| Mobile | string |
None. |
|
| BkavCode | string |
None. |
|
| CustomerCode | integer |
None. |
|
| DateTimeCreate | date |
None. |
|
| PriceInput | decimal number |
None. |
|
| PriceOutPut | decimal number |
None. |
|
| ExtendCount | integer |
None. |
|
| CustomerId | integer |
None. |
|
| LoginAccountId | integer |
None. |
|
| BkavCardTypeId | integer |
None. |
|
| CongNo | boolean |
None. |
|
| Status | integer |
None. |
|
| Value01 | string |
None. |
|
| Value02 | string |
None. |
|
| Value03 | string |
None. |
|
| Value04 | string |
None. |
|
| Value05 | string |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Address": "sample string 2",
"Mobile": "sample string 3",
"BkavCode": "sample string 4",
"CustomerCode": 1,
"DateTimeCreate": "2025-12-12T07:38:22.2539986+07:00",
"PriceInput": 1.1,
"PriceOutPut": 1.1,
"ExtendCount": 1,
"CustomerId": 1,
"LoginAccountId": 1,
"BkavCardTypeId": 1,
"CongNo": true,
"Status": 1,
"Value01": "sample string 5",
"Value02": "sample string 6",
"Value03": "sample string 7",
"Value04": "sample string 8",
"Value05": "sample string 9",
"Id": 10
}
application/xml, text/xml
Sample:
<BkavCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSApi.Model"> <Address>sample string 2</Address> <BkavCardTypeId>1</BkavCardTypeId> <BkavCode>sample string 4</BkavCode> <CongNo>true</CongNo> <CustomerCode>1</CustomerCode> <CustomerId>1</CustomerId> <DateTimeCreate>2025-12-12T07:38:22.2539986+07:00</DateTimeCreate> <ExtendCount>1</ExtendCount> <Id>10</Id> <LoginAccountId>1</LoginAccountId> <Mobile>sample string 3</Mobile> <Name>sample string 1</Name> <PriceInput>1.1</PriceInput> <PriceOutPut>1.1</PriceOutPut> <Status>1</Status> <Value01>sample string 5</Value01> <Value02>sample string 6</Value02> <Value03>sample string 7</Value03> <Value04>sample string 8</Value04> <Value05>sample string 9</Value05> </BkavCard>
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.