POST Invoices/Note?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
InvoiceNoteDTOName | Description | Type | Additional information |
---|---|---|---|
InvoiceNoteID | integer |
None. |
|
InvoiceID | integer |
None. |
|
Type | InvoiceNoteType |
None. |
|
Contents | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "invoiceNoteID": 1, "invoiceID": 2, "type": 10, "contents": "sample string 3", "recordState": 1, "created": { "dateUtc": "2024-12-04T07:57:12.3543399+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:57:12 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:57:12.3543399+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:57:12 AM" } }
application/xml, text/xml
Sample:
<InvoiceNoteDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models"> <Contents>sample string 3</Contents> <Created xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T07:57:12.3543399+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </Created> <InvoiceID>2</InvoiceID> <InvoiceNoteID>1</InvoiceNoteID> <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T07:57:12.3543399+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </LastUpdated> <RecordState>Active</RecordState> <Type>Note</Type> </InvoiceNoteDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͎A�0E���֢�`ݙ�q!� M�hI;���\x$�`1������y�?� {s����R�u�Kr���h�YBK��-�@��W�����L�� 1��AMPGQ��oR�<Ie"�ة�N�r�m�,+��J��Rw��"c���~�͘�,��|�T���O0shu����c��I7wIu
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.