UPDATE One-Time Item
POST {{base_url}}/api/dynamicapi
To update an existing One-Time charge, use the following POST request. This request uses the same parameters as the Create
request but requires a unique identifier (ID
) for the entity to be updated.
Request Body
{"entity_code"=>75, "api_code"=>10, "ExtID"=>"ONET1", "ONETIMEEXTID"=>"O001", "ACCOUNTEXTID"=>"CRMID1", "ACCOUNTPLANEXTID"=>"ACME1PLAN", "ChargeDescription"=>"My updated one-time charge", "Status"=>"1", "ChargeDate"=>"2025-01-01", "Price"=>1250, "Quantity"=>1}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
UserName | string | ||
AppKey | string | ||
AccessToken | string |