PUT Invoices/Note/{invoiceNoteID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceNoteID | integer |
Required |
|
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-04T08:13:16.7618387+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:13:16 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:13:16.7618387+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:13:16 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-04T08:13:16.7618387+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-04T08:13:16.7618387+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�fk�IZ�d'�q��B:H�$%� "�̅G� ���^�ݟ������A�/����� h��x)t�1ۂ� ��S ɸ��,Q�����!� �=�!�@l�,[�7h�h��7%TUHU��(j-K-���R�e�� ��Ƞ!a�����48g�u���T�j1V�/��wp�p6�����9�7Q/ u
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.