GET | /Service/Detail/{Id} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | path | Guid | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
FirstName | form | string | No | |
LastName | form | string | No | |
Phone | form | string | No | |
ClaimantName | form | string | No | |
FromAddress | form | string | No | |
FromAddress2 | form | string | No | |
ToAddress | form | string | No | |
ToAddress2 | form | string | No | |
CID | form | string | No | |
form | string | No | ||
CleanDate | form | string | No | |
ServiceId | form | string | No | |
ClaimNbr | form | string | No | |
DOB | form | string | No | |
CurrentUserEmail | form | string | No | |
DestinationName | form | string | No | |
TransportType | form | string | No | |
LanguageType | form | string | No | |
CleanTime | form | string | No | |
LanguageServiceType | form | string | No | |
Customer | form | string | No | |
BillTo | form | string | No | |
Employer | form | string | No | |
CustomerState | form | string | No | |
ApptType | form | string | No | |
Auth | form | string | No | |
Rush | form | string | No | |
RushComment | form | string | No | |
ClaimantAwareComment | form | string | No | |
LocationConfirmation | form | string | No | |
WaitTimeComment | form | string | No | |
AuthComment | form | string | No | |
CalledInByComment | form | string | No | |
NewServiceOrReferral | form | string | No | |
Comments | form | string | No | |
MedicalType | form | string | No | |
CreatedBy | form | string | No | |
CreatedById | form | string | No | |
Caller | form | string | No | |
CreatedDate | form | string | No | |
TranslatorAssigned | form | string | No | |
LanguageAdditionalType | form | string | 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 /Service/Detail/{Id} 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 { FirstName: String, LastName: String, Phone: String, ClaimantName: String, FromAddress: String, FromAddress2: String, ToAddress: String, ToAddress2: String, CID: String, Email: String, CleanDate: String, ServiceId: String, ClaimNbr: String, DOB: String, CurrentUserEmail: String, DestinationName: String, TransportType: String, LanguageType: String, CleanTime: String, LanguageServiceType: String, Customer: String, BillTo: String, Employer: String, CustomerState: String, ApptType: String, Auth: String, Rush: String, RushComment: String, ClaimantAwareComment: String, LocationConfirmation: String, WaitTimeComment: String, AuthComment: String, CalledInByComment: String, NewServiceOrReferral: String, Comments: String, MedicalType: String, CreatedBy: String, CreatedById: String, Caller: String, CreatedDate: String, TranslatorAssigned: String, LanguageAdditionalType: String }