POST spa/detail
Get agreement detail by agreement number
Request Information
URI Parameters
None.
Body Parameters
AgreementDetailsRequestName | Description | Type | Additional information |
---|---|---|---|
AgreementNumber | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AgreementNumber": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<AgreementDetailsRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AgreementNumber> <string>sample string 1</string> <string>sample string 2</string> </AgreementNumber> </AgreementDetailsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>