POST v1/ProductSync/Edits

Request Information

URI Parameters

None.

Body Parameters

Mindbody.Contracts.Products.Models.Sync.ProductSyncEditsRequest
NameDescriptionTypeAdditional information
StartDateTime

date

Required

EndDateTime

date

Required

Propagate

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDateTime": "2025-03-24T12:01:10.2222832-07:00",
  "EndDateTime": "2025-03-24T12:01:10.2223975-07:00",
  "Propagate": true
}

application/xml, text/xml

Sample:
<ProductSyncEditsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Mindbody.Contract.Products">
  <EndDateTime>2025-03-24T12:01:10.2223975-07:00</EndDateTime>
  <Propagate>true</Propagate>
  <StartDateTime>2025-03-24T12:01:10.2222832-07:00</StartDateTime>
</ProductSyncEditsRequest>

multipart/form-data

Sample:
<ProductSyncEditsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Mindbody.Contract.Products"><EndDateTime>2025-03-24T12:01:10.2223975-07:00</EndDateTime><Propagate>true</Propagate><StartDateTime>2025-03-24T12:01:10.2222832-07:00</StartDateTime></ProductSyncEditsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Mindbody.Contracts.Products.Models.Sync.ProductSyncEditsResponse
NameDescriptionTypeAdditional information
Message

string

None.

SyncCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "SyncCount": 2
}

application/xml, text/xml

Sample:
<ProductSyncEditsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Mindbody.Contract.Products">
  <Message>sample string 1</Message>
  <SyncCount>2</SyncCount>
</ProductSyncEditsResponse>

multipart/form-data

Sample:
<ProductSyncEditsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Mindbody.Contract.Products"><Message>sample string 1</Message><SyncCount>2</SyncCount></ProductSyncEditsResponse>