Update Job Summary
Path: /pvds/update_summary.json
Example: https://www.greendeal.com.au/rapi/v1/pvds/update_summary.json
HTTP Method: POST
Request Parameter
Parameter | Type | Is Required? | Note | Example |
id | String | Yes | "GWT383595" | |
trade_mode | String | Yes | Trade mode, Valid values are: "Creadit" or "Cash" | "Credit" |
po_reference | String | Yes | Customer Reference | "A2444" |
order_reference | String | No | Order Reference | "RSB7908" |
gst | String | Yes |
1.gst=true this is a commercial building 2.gst=false it is a residential building |
"false" |
Request Example
{
"client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
"signature": "2dc1b977b376a2fd26bf05c1f15da59b",
"timestamp": "2019-08-02T10:31:50+11:00",
"id": "GWT383595",
"trade_mode": "Cash",
"po_reference": "test",
"gst": "false"
}
Response Example
See Get Stc Job Response