POST api/waiver
Request Information
URI Parameters
None.
Body Parameters
WaiverRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Template | string |
None. |
|
| Lock | boolean |
None. |
|
| Project | string |
None. |
|
| ProjectNumber | string |
None. |
|
| Amount | decimal number |
None. |
|
| DisputedAmount | decimal number |
None. |
|
| Payer | string |
None. |
|
| Payee | string |
None. |
|
| Claimant | string |
None. |
|
| Customer | string |
None. |
|
| ThroughDate | date |
None. |
|
| WaiverType | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| Owner | string |
None. |
|
| GeneralContractor | string |
None. |
|
| PropertyAddress | string |
None. |
|
| SignerName | string |
None. |
|
| SignerTitle | string |
None. |
|
| SignedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Template": "sample string 1",
"Lock": true,
"Project": "sample string 2",
"ProjectNumber": "sample string 3",
"Amount": 1.0,
"DisputedAmount": 1.0,
"Payer": "sample string 4",
"Payee": "sample string 5",
"Claimant": "sample string 6",
"Customer": "sample string 7",
"ThroughDate": "2026-05-27T17:44:28.2588515-07:00",
"WaiverType": "sample string 8",
"InvoiceNumber": "sample string 9",
"Owner": "sample string 10",
"GeneralContractor": "sample string 11",
"PropertyAddress": "sample string 12",
"SignerName": "sample string 13",
"SignerTitle": "sample string 14",
"SignedDate": "2026-05-27T17:44:28.2588515-07:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |