GET | /Claimant/{Id} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | path | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Claimant | form | Claimant | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | Name | No | |
Address | form | Address | No | |
Phone | form | string | No | |
Cell | form | string | No | |
Id | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
FirstName | form | string | No | |
LastName | form | string | No | |
CompanyName | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Address1 | form | string | No | |
Address2 | form | string | No | |
City | form | string | No | |
State | form | string | No | |
Zip | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Claimant/{Id} HTTP/1.1 Host: set-api-service-prod.azurewebsites.net Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"Claimant":{"Name":{"FirstName":"String","LastName":"String","CompanyName":"String"},"Address":{"Address1":"String","Address2":"String","City":"String","State":"String","Zip":"String"},"Phone":"String","Cell":"String","Id":"String"}}