POST api/IntegratorInfo/RentalAgreementPrintSignature
Request Information
URI Parameters
None.
Body Parameters
RentalAgreementSignature| Name | Description | Type | Additional information |
|---|---|---|---|
| RentalAgreement_Key | integer |
None. |
|
| RentalAgreementPrint_Key | integer |
None. |
|
| SignatureImage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RentalAgreement_Key": 1,
"RentalAgreementPrint_Key": 2,
"SignatureImage": "sample string 3"
}
multipart/form-data
Sample:
{"RentalAgreement_Key":1,"RentalAgreementPrint_Key":2,"SignatureImage":"sample string 3"}
application/xml, text/xml
Sample:
<RentalAgreementSignature xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FMSMOBILEAPI.Models"> <RentalAgreementPrint_Key>2</RentalAgreementPrint_Key> <RentalAgreement_Key>1</RentalAgreement_Key> <SignatureImage>sample string 3</SignatureImage> </RentalAgreementSignature>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.