POST api/PulledInvoice/SavePullInvoice
Request Information
URI Parameters
None.
Body Parameters
PulledInvoiceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| InvoiceNumber | string |
None. |
|
| Location | string |
None. |
|
| AirlineId | integer |
None. |
|
| AirlineCode | string |
None. |
|
| AirlineName | string |
None. |
|
| AirportCode | string |
None. |
|
| AirportName | string |
None. |
|
| Amount | decimal number |
None. |
|
| AmountPaid | decimal number |
None. |
|
| InvoiceDate | date |
None. |
|
| PaymentDate | date |
None. |
|
| Status | integer |
None. |
|
| StatusName | string |
None. |
|
| VerifiedBy | string |
None. |
|
| ApprovedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CurrencyCode | string |
None. |
|
| RevenueCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"InvoiceNumber": "sample string 2",
"Location": "sample string 3",
"AirlineId": 4,
"AirlineCode": "sample string 5",
"AirlineName": "sample string 6",
"AirportCode": "sample string 7",
"AirportName": "sample string 8",
"Amount": 9.0,
"AmountPaid": 10.0,
"InvoiceDate": "2026-09-07T01:50:43.2812722+00:00",
"PaymentDate": "2026-09-07T01:50:43.2812722+00:00",
"Status": 13,
"StatusName": "13",
"VerifiedBy": "sample string 14",
"ApprovedBy": "sample string 15",
"CreatedDate": "2026-09-07T01:50:43.2812722+00:00",
"UpdatedDate": "2026-09-07T01:50:43.2812722+00:00",
"CurrencyCode": "sample string 17",
"RevenueCode": "sample string 18"
}
multipart/form-data
Sample:
{"Id":1,"InvoiceNumber":"sample string 2","Location":"sample string 3","AirlineId":4,"AirlineCode":"sample string 5","AirlineName":"sample string 6","AirportCode":"sample string 7","AirportName":"sample string 8","Amount":9.0,"AmountPaid":10.0,"InvoiceDate":"2026-09-07T01:50:43.2812722+00:00","PaymentDate":"2026-09-07T01:50:43.2812722+00:00","Status":13,"StatusName":"13","VerifiedBy":"sample string 14","ApprovedBy":"sample string 15","CreatedDate":"2026-09-07T01:50:43.2812722+00:00","UpdatedDate":"2026-09-07T01:50:43.2812722+00:00","CurrencyCode":"sample string 17","RevenueCode":"sample string 18"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.