POST api/InvoiceSharedAndComments/Add
Request Information
URI Parameters
None.
Body Parameters
InvoiceSharedAndCommentsAddDtoName | Description | Type | Additional information |
---|---|---|---|
InvoiceSharedAndCommentType | InvoiceSharedAndCommentType |
None. |
|
string |
None. |
||
Title | string |
None. |
|
Comment | string |
None. |
|
CompanyID | globally unique identifier |
None. |
|
AccountID | globally unique identifier |
None. |
|
InvoiceID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "invoiceSharedAndCommentType": 1, "email": "sample string 1", "title": "sample string 2", "comment": "sample string 3", "companyID": "e7e12195-1595-4ab5-b002-0699367efec7", "accountID": "e64f6f81-7764-48df-bfbd-59ea0b32f65f", "invoiceID": "993893dd-4539-429f-b390-abbcc6646c7b" }
application/xml, text/xml
Sample:
<InvoiceSharedAndCommentsAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <AccountID>e64f6f81-7764-48df-bfbd-59ea0b32f65f</AccountID> <Comment>sample string 3</Comment> <CompanyID>e7e12195-1595-4ab5-b002-0699367efec7</CompanyID> <Email>sample string 1</Email> <InvoiceID>993893dd-4539-429f-b390-abbcc6646c7b</InvoiceID> <InvoiceSharedAndCommentType>Comment</InvoiceSharedAndCommentType> <Title>sample string 2</Title> </InvoiceSharedAndCommentsAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"invoiceSharedAndCommentType":1,"email":"sample string 1","title":"sample string 2","comment":"sample string 3","companyID":"e7e12195-1595-4ab5-b002-0699367efec7","accountID":"e64f6f81-7764-48df-bfbd-59ea0b32f65f","invoiceID":"993893dd-4539-429f-b390-abbcc6646c7b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.