POST api/Schedules/PostAddItemService

Request Information

URI Parameters

None.

Body Parameters

PropertyItemsServicesDTO
NameDescriptionTypeAdditional information
Id

integer

None.

AccountId

integer

None.

BrancheId

integer

None.

Name

string

None.

Type

integer

None.

CategoryId

integer

None.

SubCategoryId

integer

None.

InventoryItem

boolean

None.

QTYTime

integer

None.

Unit

string

None.

CostperUnit

decimal number

None.

MemeberType

boolean

None.

MemeberId

integer

None.

TaxId

integer

None.

Tax

decimal number

None.

Taxable

boolean

None.

Description

string

None.

Details

string

None.

Picture

string

None.

SKU

string

None.

Notes

string

None.

Active

boolean

None.

CreateUser

integer

None.

CreateDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AccountId": 1,
  "BrancheId": 1,
  "Name": "sample string 2",
  "Type": 1,
  "CategoryId": 1,
  "SubCategoryId": 1,
  "InventoryItem": true,
  "QTYTime": 1,
  "Unit": "sample string 3",
  "CostperUnit": 1.0,
  "MemeberType": true,
  "MemeberId": 1,
  "TaxId": 1,
  "Tax": 1.0,
  "Taxable": true,
  "Description": "sample string 4",
  "Details": "sample string 5",
  "Picture": "sample string 6",
  "SKU": "sample string 7",
  "Notes": "sample string 8",
  "Active": true,
  "CreateUser": 1,
  "CreateDate": "2025-12-20T01:37:47.8635218-08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.