PUT Invoices/Output/{invoiceOutputID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceOutputID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
InvoiceOutputDTOName | Description | Type | Additional information |
---|---|---|---|
InvoiceOutputID | integer |
None. |
|
InvoiceID | integer |
None. |
|
Type | InvoiceOutputType |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "invoiceOutputID": 1, "invoiceID": 2, "type": 10, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:03:03.4266794+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:03:03 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:03:03.4266794+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:03:03 AM" } }
application/xml, text/xml
Sample:
<InvoiceOutputDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models"> <Created xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:03:03.4266794+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </Created> <InvoiceID>2</InvoiceID> <InvoiceOutputID>1</InvoiceOutputID> <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:03:03.4266794+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </LastUpdated> <RecordState>Active</RecordState> <Type>Print</Type> </InvoiceOutputDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �NK �0�Jx[S}��jv��B{��)4m�G(�'sᑼ����o1of����1@�Z�S6��DN���1 ��:�H�iչ�d�o�r:� � UeP �!�Y�2�\\��sV� �! D��vGiR xil���n��%�Gc��5ҵ$g��*�'�l0Rh����c��OgQ�Z
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.