POST api/Mobile/POST_NhienLieu

Request Information

URI Parameters

None.

Body Parameters

Input_NhienLieu
NameDescriptionTypeAdditional information
Token_FCM

string

None.

MA_TRAM

string

None.

So_luong_do

string

None.

Ngay_do_nhienlieu

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Token_FCM": "sample string 1",
  "MA_TRAM": "sample string 2",
  "So_luong_do": "sample string 3",
  "Ngay_do_nhienlieu": "2026-03-10T15:50:02.0944641+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_NhienLieu'.

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.