Use TraceId in your Query Path
Use the traceId in your query path
The traceId
is a part of the combination value attachmentId
that you receive after a successful transaction using the /submission/v1/uploads
endpoint:
```json
{
"status": "success",
"attachmentId": "3ba21288-3f65-11eb-a512-6ab12069ade5_12115_999898"
}
```
NOTE
The customer's back office developers should maintain the
traceId
value for every attachment submission record. Whenever a Status query references that value, It should be passed to Admissions Status.
Specify the first 32 octets from the attachmentId
as the traceId
in your HTTP query path.
```javascript
GET 'https://sandbox-apigw.optum.com/medicalnetwork/attachments/status/v1/3600060b-2325-1180-155f-14671d2b35a8?
```
Updated 6 months ago