HotelContractContent

Name Description Schema

@ContractCode
optional

Agoda Contract Code. This code is required when sign contract for a property.
Example : 0

integer

@HotelCode
optional

Agoda Hotel code.
Example : "1234"

string

@IsSigned
optional

A flag that indicate if the contract is signed.
Example : true

boolean

@SignedAt
optional

The time when this contract is signed.
Example : "2020-01-08T12:37:13.930+07:00"

string (date-time)

@UpdatedAt
optional

The time when this contract last updated.
Example : "2020-01-08T12:37:13.930+07:00"

string (date-time)

Contract
optional

Contract detailed information.
Example : AgodaContractType

IpAddress
optional

IP address of the client who signed the contract.
Example : "8.8.8.8"

string

UserAgent
optional

UserAgent of the actual person who sign the contract.
Example : "Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:10.0) Gecko/20100101 Firefox/10.0"

string