POST v1/companies-web/invoiceFunding/verification/update
Request Information
URI Parameters
None.
Body Parameters
UpdateInvoiceVerificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CreditApplicationId | globally unique identifier |
None. |
|
| IsVerified | boolean |
None. |
|
| VerificationComment | string |
None. |
|
| VerificationUserEmail | string |
None. |
|
| VerificationUserPhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreditApplicationId": "0f48205e-bb24-463b-a0f2-0eed66fe4654",
"IsVerified": true,
"VerificationComment": "sample string 3",
"VerificationUserEmail": "sample string 4",
"VerificationUserPhone": "sample string 5"
}
application/xml, text/xml
Sample:
<UpdateInvoiceVerificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models.InvoiceFunding"> <CreditApplicationId>0f48205e-bb24-463b-a0f2-0eed66fe4654</CreditApplicationId> <IsVerified>true</IsVerified> <VerificationComment>sample string 3</VerificationComment> <VerificationUserEmail>sample string 4</VerificationUserEmail> <VerificationUserPhone>sample string 5</VerificationUserPhone> </UpdateInvoiceVerificationRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.