Skip to content

Commit

Permalink
BAU Update README to reflect messageId always existing in response
Browse files Browse the repository at this point in the history
  • Loading branch information
matevans committed Jun 1, 2021
1 parent 28d7b62 commit 9bf8d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ HTTP Status: 200 (OK)
| Name | Description |
| --- | --- |
| `globalId` | Unique identifier allocated to the request when it is received |
| `messageId` | This optional property, if present, is the value provided by the `addressing.messageId` property of the request|
| `messageId` | The value provided by the `addressing.messageId` property of the request|
| `status` | One of `SENT` if the response from the SOAP service was 2xx, `RETRYING` if an error response was received from the SOAP service, or `FAILED` if all retries have been exhausted|
| `ccnHttpStatus` | The HTTP status code returned by the SOAP service|

Expand Down

0 comments on commit 9bf8d06

Please sign in to comment.