Name: {name}
Translator since: {translator_since}
From: {from}
Collaboration with you: {collaboration}
{about}
{fieldofexpertise}
 {name}

Nativy Connect

nativy translations
Description Finally confirms an order by sending the orderid and the offer (1, 2 or 3) the client has chosen.
URL /connect/order/{orderid}/{rank}

Parameters
api_key (required) string The public API key of the user. (Details: Authentication )
timestamp (required) string The current UTC timestamp (seconds from 1/1/1970 until UTC now). (Details: Authentication )
api_sign (required) string The timestamp encoded with HMAC SHA1 in use of the private key. (Details: Authentication )
orderid (required) string The unique id of the order (GUID transformed string).
rank (required) string The rank number of the offer the client has chosen (1, 2 or 3).

No return parameters (check for HTTP 200 OK after your request).

Possible HTTP return codes

200 OK The call was successful.
402 PaymentRequired This order is not paid by now.
404 NotFound Order not found.