guides:ws_validatebase64documentchecksum
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:ws_validatebase64documentchecksum [2018/08/21 23:22] – brett.zamora | guides:ws_validatebase64documentchecksum [2018/08/21 23:36] (current) – brett.zamora | ||
---|---|---|---|
Line 31: | Line 31: | ||
<color # | <color # | ||
- | {{tablelayout? | + | {{tablelayout? |
- | ^ Parm Name ^ Req/Opt ^ Allowed Values | + | ^ Parm Name ^ Req/Opt ^ Format |
| transaction_type | Required | [string] | Request or Response | | | transaction_type | Required | [string] | Request or Response | | ||
| submitter_id | Required | [numeric] | Numeric submitter id enclosed in double-quotes. | | | submitter_id | Required | [numeric] | Numeric submitter id enclosed in double-quotes. | | ||
Line 38: | Line 38: | ||
| document_order_index | Required | [numeric] | Document sequence number enclosed in double-quotes. | | | document_order_index | Required | [numeric] | Document sequence number enclosed in double-quotes. | | ||
| checksum_algorithm | Required | [string] | Currently supporting SHA384. | | | checksum_algorithm | Required | [string] | Currently supporting SHA384. | | ||
- | | checksum_value | Required | [string] | Locally calculated checksum value represented as a Base64 string. | + | | checksum_value | Required | [string] | Locally calculated checksum value represented as a Base64 string. See comments for example of how to calculate a SHA3 checksum and convert it to a Base64 string. | |
- | See comments for example of how to calculate a SHA3 checksum and convert it to a Base64 string. | + | |
- | | | + | |
Line 46: | Line 44: | ||
{{tablelayout? | {{tablelayout? | ||
- | ^ Parm Name ^ Data Type ^ Description ^ | + | ^ Parm Name ^ Format |
| result | [string] | If transaction/ | | result | [string] | If transaction/ | ||
| code | [string] | Exception conditions will result in code/ | | code | [string] | Exception conditions will result in code/ | ||
Line 86: | Line 84: | ||
Status Code: 200 | Status Code: 200 | ||
- | or | ||
- | |||
- | Status Code: 500 (When an error occurs.) | ||
<code json> | <code json> | ||
Line 96: | Line 91: | ||
</ | </ | ||
- | or (example 1) | + | |
+ | **or** | ||
+ | |||
+ | Status Code: 500 (When an error occurs.) | ||
+ | |||
+ | |||
+ | (Error | ||
<code json> | <code json> | ||
Line 107: | Line 108: | ||
</ | </ | ||
- | or | + | (Error example 2) |
<code json> | <code json> |
guides/ws_validatebase64documentchecksum.1534893765.txt.gz · Last modified: by brett.zamora