POST api/v1/packages/addpackagechat

Request Information

URI Parameters

None.

Body Parameters

CustomerPromotionalPackageBalanceChat
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerPromotionalPackageBalanceId

integer

None.

Message

string

None.

DateCreated

date

None.

DateUpdated

date

None.

CustomerDateRead

date

None.

AdminDateRead

date

None.

UserId

integer

None.

SendByCustomer

boolean

None.

DocumentUrl

string

None.

DocumentContentType

string

None.

DocumentExtension

string

None.

DocumentSize

integer

None.

StatusId

integer

None.

CustomerPromotionalPackageBalanceChatStatus

GeneralStatus

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CustomerPromotionalPackageBalanceId": 2,
  "Message": "sample string 3",
  "DateCreated": "2026-03-17T21:43:01.0545555-04:00",
  "DateUpdated": "2026-03-17T21:43:01.0545555-04:00",
  "CustomerDateRead": "2026-03-17T21:43:01.0545555-04:00",
  "AdminDateRead": "2026-03-17T21:43:01.0545555-04:00",
  "UserId": 1,
  "SendByCustomer": true,
  "DocumentUrl": "sample string 7",
  "DocumentContentType": "sample string 8",
  "DocumentExtension": "sample string 9",
  "DocumentSize": 1,
  "StatusId": 10,
  "CustomerPromotionalPackageBalanceChatStatus": {
    "Id": 1,
    "Code": "sample string 2",
    "Name": "sample string 3",
    "Description": "sample string 4",
    "Status": true,
    "Label": "sample string 6",
    "Icon": "sample string 7",
    "DataType": "sample string 8"
  }
}

application/xml, text/xml

Sample:
<CustomerPromotionalPackageBalanceChat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Customers">
  <AdminDateRead>2026-03-17T21:43:01.0545555-04:00</AdminDateRead>
  <CustomerDateRead>2026-03-17T21:43:01.0545555-04:00</CustomerDateRead>
  <CustomerPromotionalPackageBalanceChatStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Generics">
    <d2p1:Code>sample string 2</d2p1:Code>
    <d2p1:DataType>sample string 8</d2p1:DataType>
    <d2p1:Description>sample string 4</d2p1:Description>
    <d2p1:Icon>sample string 7</d2p1:Icon>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:Label>sample string 6</d2p1:Label>
    <d2p1:Name>sample string 3</d2p1:Name>
    <d2p1:Status>true</d2p1:Status>
  </CustomerPromotionalPackageBalanceChatStatus>
  <CustomerPromotionalPackageBalanceId>2</CustomerPromotionalPackageBalanceId>
  <DateCreated>2026-03-17T21:43:01.0545555-04:00</DateCreated>
  <DateUpdated>2026-03-17T21:43:01.0545555-04:00</DateUpdated>
  <DocumentContentType>sample string 8</DocumentContentType>
  <DocumentExtension>sample string 9</DocumentExtension>
  <DocumentSize>1</DocumentSize>
  <DocumentUrl>sample string 7</DocumentUrl>
  <Id>1</Id>
  <Message>sample string 3</Message>
  <SendByCustomer>true</SendByCustomer>
  <StatusId>10</StatusId>
  <UserId>1</UserId>
</CustomerPromotionalPackageBalanceChat>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfCustomerPromotionalPackageBalanceChat
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

CustomerPromotionalPackageBalanceChat

None.

Pagination

Pagination

None.

Response Formats

application/json, text/json

Sample:

Sample not available.