POST api/v1/gstreturn/save-client-note
Request Information
URI Parameters
None.
Body Parameters
ClientNoteModelName | Description | Type | Additional information |
---|---|---|---|
CNId | integer |
None. |
|
ClientId | integer |
None. |
|
Flags | integer |
None. |
|
Year | integer |
None. |
|
Subject | string |
None. |
|
Body | string |
None. |
|
CategoryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CNId": 1, "ClientId": 2, "Flags": 3, "Year": 1, "Subject": "sample string 4", "Body": "sample string 5", "CategoryId": 1 }
application/xml, text/xml
Sample:
<ClientNoteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iPMS.Models.ClientNote"> <Body>sample string 5</Body> <CNId>1</CNId> <CategoryId>1</CategoryId> <ClientId>2</ClientId> <Flags>3</Flags> <Subject>sample string 4</Subject> <Year>1</Year> </ClientNoteModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.