Name | Type | Description | Notes |
---|---|---|---|
contractId | int | contract_id integer | |
issuerId | int | Character ID for the issuer | |
issuerCorporationId | int | Character's corporation ID for the issuer | |
assigneeId | int | ID to whom the contract is assigned, can be corporation or character ID | |
acceptorId | int | Who will accept the contract | |
startLocationId | int | Start location ID (for Couriers contract) | [optional] |
endLocationId | int | End location ID (for Couriers contract) | [optional] |
type | string | Type of the contract | |
status | string | Status of the the contract | |
title | string | Title of the contract | [optional] |
forCorporation | bool | true if the contract was issued on behalf of the issuer's corporation | |
availability | string | To whom the contract is available | |
dateIssued | \DateTime | Сreation date of the contract | |
dateExpired | \DateTime | Expiration date of the contract | |
dateAccepted | \DateTime | Date of confirmation of contract | [optional] |
daysToComplete | int | Number of days to perform the contract | [optional] |
dateCompleted | \DateTime | Date of completed of contract | [optional] |
price | double | Price of contract (for ItemsExchange and Auctions) | [optional] |
reward | double | Remuneration for contract (for Couriers only) | [optional] |
collateral | double | Collateral price (for Couriers only) | [optional] |
buyout | double | Buyout price (for Auctions only) | [optional] |
volume | float | Volume of items in the contract | [optional] |