POST api/Mobile/Baocao_CheckIn

Request Information

URI Parameters

None.

Body Parameters

Input_Baocao
NameDescriptionTypeAdditional information
Token_FCM

string

None.

MA_TRAM

string

None.

TuNgay

date

None.

DenNgay

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Token_FCM": "sample string 1",
  "MA_TRAM": "sample string 2",
  "TuNgay": "2026-03-08T11:03:36.2195752+07:00",
  "DenNgay": "2026-03-08T11:03:36.2195752+07:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Input_Baocao'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.