Purchase Order Create
Update the purchase order (PO) for a contract.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
contract_id
Request
This endpoint expects an object.
reference
amount
The amount of money for the PO.
currency
The currency of the PO amount.
* `AUD` - $ AUD
* `CAD` - $ CAD
* `CHF` - ₣ CHF
* `CZK` - Kč CZK
* `DKK` - kr DKK
* `EUR` - € EUR
* `GBP` - £ GBP
* `HKD` - $ HKD
* `NOK` - kr NOK
* `PLN` - zł PLN
* `SEK` - kr SEK
* `SGD` - $ SGD
* `AED` - د.إ AED
* `USD` - $ USD
* `ZAR` - R ZAR
Response
data
The contract object.
This objects represents a contract on the YunoJuno platform
between a client and a freelancer.