GET api/Admin/AutoShipPeriodType/{id}

Allows you to get a specific AutoShip PeriodType Type

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ID of to get

integer

Required

Body Parameters

None.

Response Information

Resource Description

with the information

IAutoShipPeriodType
NameDescriptionTypeAdditional information
ID

integer

None.

CustomerExtranetDescription

string

None.

CustomerExtranetSortOrder

integer

None.

DatePart

string

None.

DayValueOverride

string

None.

Description

string

None.

DoubleShipThresholdDatePart

string

None.

DoubleShipThresholdIncrement

integer

None.

Explanation

string

None.

Increment

integer

None.

IsActive

boolean

None.

IsCustomerExtranetSelectionAllowed

boolean

None.

IsExtranetEditionAllowed

boolean

None.

IsExtranetPaymentsEditionAllowed

boolean

None.

IsPeriodDayUsed

boolean

None.

IsRepExtranetSelectionAllowed

boolean

None.

RepExtranetDescription

string

None.

RepExtranetSortOrder

integer

None.

InventoryCollection

integer

None.

IsAllowCancellation

boolean

None.

IsAllowShippingInfoEdit

boolean

None.

IsAllowScheduleInfoEdit

boolean

None.

MaxDateNextRunEdits

integer

None.

MaxDateNextRunExtensionPeriods

integer

None.

IsAllowProductInfoEdit

boolean

None.

MarketShowID

integer

None.

IsAllowMultipleProfiles

boolean

None.

AvailableScheduleDays

string

None.

DefaultScheduleDay

integer

None.

MaxNumOfMonthsOutToStart

integer

None.

TerritoryID

integer

None.

TerritoryCollectionID

integer

None.

TerritoryCollectionComboID

string

None.

MinDaysFromCreationAllowed

integer

None.

MinDaysAllowExtranetEdit

integer

None.

Response Formats

application/xml, text/xml

Sample:
<AutoShipPeriodType>
  <ID>0</ID>
  <Description />
  <Explanation />
  <DatePart />
  <Increment>0</Increment>
  <IsActive>True</IsActive>
  <DoubleShipThresholdDatePart />
  <DoubleShipThresholdIncrement>0</DoubleShipThresholdIncrement>
  <IsPeriodDayUsed>True</IsPeriodDayUsed>
  <DayValueOverride />
  <AvailableScheduleDays />
  <DefaultScheduleDay>1</DefaultScheduleDay>
  <MaxNumOfMonthsOutToStart>0</MaxNumOfMonthsOutToStart>
  <IsExtranetEditionAllowed>False</IsExtranetEditionAllowed>
  <MinDaysAllowExtranetEdit>0</MinDaysAllowExtranetEdit>
  <MaxDateNextRunEdits>0</MaxDateNextRunEdits>
  <MaxDateNextRunExtensionPeriods>0</MaxDateNextRunExtensionPeriods>
  <IsExtranetPaymentsEditionAllowed>False</IsExtranetPaymentsEditionAllowed>
  <MarketShowID>0</MarketShowID>
  <IsAllowMultipleProfiles>False</IsAllowMultipleProfiles>
  <MinDaysFromCreationAllowed>0</MinDaysFromCreationAllowed>
  <IsRepExtranetSelectionAllowed>False</IsRepExtranetSelectionAllowed>
  <RepExtranetDescription />
  <RepExtranetSortOrder>0</RepExtranetSortOrder>
  <IsCustomerExtranetSelectionAllowed>False</IsCustomerExtranetSelectionAllowed>
  <CustomerExtranetDescription />
  <CustomerExtranetSortOrder>0</CustomerExtranetSortOrder>
  <InventoryCollection>0</InventoryCollection>
  <IsAllowCancellation>False</IsAllowCancellation>
  <IsAllowShippingInfoEdit>False</IsAllowShippingInfoEdit>
  <IsAllowScheduleInfoEdit>False</IsAllowScheduleInfoEdit>
  <IsAllowProductInfoEdit>False</IsAllowProductInfoEdit>
  <TerritoryID />
  <TerritoryCollectionID />
  <TerritoryCollectionComboID />
  <CreatedBy />
  <DateCreated>01/01/0001 00:00:00</DateCreated>
  <LastModifiedBy />
  <DateLastModified />
</AutoShipPeriodType>

application/json, text/json

Sample:
{
  "ID": 0,
  "Increment": 0,
  "IsActive": true,
  "DoubleShipThresholdIncrement": 0,
  "IsPeriodDayUsed": true,
  "DefaultScheduleDay": 1,
  "MaxNumOfMonthsOutToStart": 0,
  "IsExtranetEditionAllowed": false,
  "MinDaysAllowExtranetEdit": 0,
  "MaxDateNextRunEdits": 0,
  "MaxDateNextRunExtensionPeriods": 0,
  "IsExtranetPaymentsEditionAllowed": false,
  "MarketShowID": 0,
  "IsAllowMultipleProfiles": false,
  "MinDaysFromCreationAllowed": 0,
  "IsRepExtranetSelectionAllowed": false,
  "RepExtranetSortOrder": 0,
  "IsCustomerExtranetSelectionAllowed": false,
  "CustomerExtranetSortOrder": 0,
  "InventoryCollection": 0,
  "IsAllowCancellation": false,
  "IsAllowShippingInfoEdit": false,
  "IsAllowScheduleInfoEdit": false,
  "IsAllowProductInfoEdit": false,
  "DateCreated": "0001-01-01T00:00:00"
}