POST services/api/rest/v1/Save_License

Request Information

URI Parameters

None.

Body Parameters

RestLicense_Master
NameDescriptionTypeAdditional information
UId

string

None.

CashierId

integer

None.

DateAndTime

date

None.

CheckingId

integer

None.

LocId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UId": "sample string 1",
  "CashierId": 2,
  "DateAndTime": "2026-09-09T15:02:14.388124+04:00",
  "CheckingId": 4,
  "LocId": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestLicense_Master
NameDescriptionTypeAdditional information
UId

string

None.

CashierId

integer

None.

DateAndTime

date

None.

CheckingId

integer

None.

LocId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UId": "sample string 1",
  "CashierId": 2,
  "DateAndTime": "2026-09-09T15:02:14.388124+04:00",
  "CheckingId": 4,
  "LocId": 5
}