| GET | /RisingIntegration/ReferralDetails/{ReferralId} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ReferralId | path | Guid | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SETReferralNumber | form | string | No | |
| ClaimantFirstName | form | string | No | |
| ClaimantLastName | form | string | No | |
| ClaimantInitials | form | string | No | |
| ClaimNumber | form | string | No | |
| DateOfService | form | string | No | |
| Status | form | string | No | |
| TransportType | form | int | No | |
| Language | form | string | No | |
| MedicalScheduleTypeId | form | int | No | |
| MedicalScheduleType | form | string | No | |
| ServiceTypeDescription | form | string | No | |
| RisingReferralNumber | form | string | No | |
| ContactId | form | Guid | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /RisingIntegration/ReferralDetails/{ReferralId} HTTP/1.1
Host: set-api-service-prod.azurewebsites.net
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
SETReferralNumber: String,
ClaimantFirstName: String,
ClaimantLastName: String,
ClaimantInitials: String,
ClaimNumber: String,
DateOfService: String,
Status: String,
TransportType: 0,
Language: String,
MedicalScheduleTypeId: 0,
MedicalScheduleType: String,
ServiceTypeDescription: String,
RisingReferralNumber: String,
ContactId: 00000000000000000000000000000000
}