Function /buyer/offer/get
Function invocation
https://json.aftermarket.pl/buyer/offer/get
Function description
Returns information about a domain purchase offer.
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| offerId | integer | YES | Offer identifier |
Return value
Information about a domain purchase offer (list of structures with the following fields):
| Field name | Type | Description |
|---|---|---|
| buyType | string | Selling document selected by the buyer (vat - invoice from Aftermaket.pl, novat - invoice without vat from seller company, person - without document) |
| currency | string | Offer currency |
| expires | integer | Offer expiration time as a Unix timestamp |
| listingId | integer | Offer listing identifier |
| memberId | string | Buyer identifier |
| message | string | Message to the seller |
| name | string | Domain name |
| nameIDN | string | Domain name (internationalized) |
| offerId | integer | Offer identifier |
| price | float | Offer amount |
| sellerId | string | Seller identifier |
| status | string | Offer status (one of offer, accept, buynow, reject, expire, paid, unpaid, withdraw, close) |
| time | integer | Offer time as a Unix timestamp |