APIUpdateOrderTemplateParamUpdate a certain order param value
/api/plain/?type=APIUpdateOrderTemplateParam&[payload]&HashString=[hashstring]
URL Parameters
Field | Type | Description |
---|---|---|
Type | String | API that will be called |
Payload | URL_ENCODED | An URL encoded JSON array |
HashString | Varchar | sha256 encoded string. Read how to create payload and hashstring |
Payload Parameters
Field | Type | Description |
---|---|---|
Reference | Varchar | Order reference |
OrderParamName | Varchar | |
OrderParamValue | Varchar |
Success 200
Field | Type | Description |
---|---|---|
Updated | Boolean | |
Created | Boolean |
- Success-Response:
HTTP/1.1 200 OK { "Updated": "true", "Created": "false" }