PUT api/report/pom/update
Request Information
URI Parameters
None.
Body Parameters
EditPomReportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pom_id | integer |
None. |
|
| date_bill_sent | date |
None. |
|
| pom_type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pom_id": 1,
"date_bill_sent": "2026-05-01T21:11:21.5668612+00:00",
"pom_type": "sample string 3"
}
text/html
Sample:
{"pom_id":1,"date_bill_sent":"2026-05-01T21:11:21.5668612+00:00","pom_type":"sample string 3"}
application/xml, text/xml
Sample:
<EditPomReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement"> <date_bill_sent>2026-05-01T21:11:21.5668612+00:00</date_bill_sent> <pom_id>1</pom_id> <pom_type>sample string 3</pom_type> </EditPomReportModel>
multipart/form-data
Sample:
<EditPomReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement"><date_bill_sent>2026-05-01T21:11:21.5668612+00:00</date_bill_sent><pom_id>1</pom_id><pom_type>sample string 3</pom_type></EditPomReportModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml, multipart/form-data
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>