Optional parameters
Last updated
Was this helpful?
Last updated
Was this helpful?
To protect your POST requests against duplicating, you can use the optional header parameter x-request-id
- request ID.
Below we will provide examples to show the difference in the API call outcomes with and without the request ID header parameter.
We will review several examples that illustrate the difference in the API outcomes when the request ID is used and when the request ID is not applied.
The initial request data:
Person's Tuum id is ID-3419.
The name of the account holder is Eleanor Rigby.
Eleanor is a resident of Great Britain.
The standard price list is assigned to the account.
Eleanor is assigned to the GROUP_A customer group.
Currency account type.
The account currency code is GBP.
To view the examples, go to the following pages:
From the illustrated examples we can see that when the x-request-id
parameter is applied, it prevents the system from creating new objects. And when the x-request-id
is not used or is used with unique value as per each call, all the POST calls are treated as unique and new objects are created:
Initial POST call
Unique response
Unique response
Duplicated POST call
Same as in the initial response
Unique response
Duplicated POST with updated data
Same as in the initial response
Unique response
If you use the x-request-id
header parameter, it is recommended to avoid reusing the same parameter value, even if the requests are made to different Tuum APIs.