POST api/saveNotGetBenefit

Request Information

URI Parameters

None.

Body Parameters

SaveNotGetBenefitRequest
NameDescriptionTypeAdditional information
NotGetBenefitHId

integer

None.

NotGetBenefitDId

integer

None.

ConditionType

string

Required

String length: inclusive between 0 and 5

Code

string

None.

StartDate

date

None.

EndDate

date

None.

Point

string

None.

Tier

string

None.

Star

string

None.

IsActive

string

None.

CreateBy

string

None.

CreateDate

date

None.

UpdateBy

string

None.

UpdateDate

date

None.

DeleteBy

string

None.

DeleteDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "notGetBenefitHId": 1,
  "notGetBenefitDId": 2,
  "conditionType": "sample string 3",
  "code": "sample string 4",
  "startDate": "2026-01-13T18:21:33.1924084+07:00",
  "endDate": "2026-01-13T18:21:33.1924084+07:00",
  "point": "sample string 6",
  "tier": "sample string 7",
  "star": "sample string 8",
  "isActive": "sample string 9",
  "createBy": "sample string 10",
  "createDate": "2026-01-13T18:21:33.1924084+07:00",
  "updateBy": "sample string 11",
  "updateDate": "2026-01-13T18:21:33.1924084+07:00",
  "deleteBy": "sample string 12",
  "deleteDate": "2026-01-13T18:21:33.1924084+07:00"
}

application/xml, text/xml

Sample:
<SaveNotGetBenefitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
  <CreateBy xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP">sample string 10</CreateBy>
  <CreateDate xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP">2026-01-13T18:21:33.1924084+07:00</CreateDate>
  <DeleteBy xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP">sample string 12</DeleteBy>
  <DeleteDate xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP">2026-01-13T18:21:33.1924084+07:00</DeleteDate>
  <IsActive xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP">sample string 9</IsActive>
  <UpdateBy xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP">sample string 11</UpdateBy>
  <UpdateDate xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP">2026-01-13T18:21:33.1924084+07:00</UpdateDate>
  <Code>sample string 4</Code>
  <ConditionType>sample string 3</ConditionType>
  <EndDate>2026-01-13T18:21:33.1924084+07:00</EndDate>
  <NotGetBenefitDId>2</NotGetBenefitDId>
  <NotGetBenefitHId>1</NotGetBenefitHId>
  <Point>sample string 6</Point>
  <Star>sample string 8</Star>
  <StartDate>2026-01-13T18:21:33.1924084+07:00</StartDate>
  <Tier>sample string 7</Tier>
</SaveNotGetBenefitRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.