GET api/Service/GetServiceRecord?service_code={service_code}&cust_num={cust_num}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
service_code | integer |
Required |
|
cust_num | integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
ServiceRecordDetailsName | Description | Type | Additional information |
---|---|---|---|
serviceRecord | ServiceRecord |
None. |
|
lines | Collection of ServiceLineDetails |
None. |
|
custContacts | Collection of CustContact |
None. |
|
payerContact | InsurersContact |
None. |
|
turnContact | InsurersContact |
None. |
|
status | StatusForService |
None. |
|
inspector | string |
None. |
|
inspector_code | integer |
None. |
|
creator | string |
None. |
|
referent | string |
None. |
|
referent_code | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.