Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback


## **HTTP Verb** – POST

**URL** – /api/v1/billtos

**Description** – Create a new bill to customer record for the current user

**Base** – HandlerBase\<AddBillToParameter, AddBillToResult>

## **HTTP Verb** – POST

**URL** – /api/v1/billtos/{billToId}/shiptos

**Description** – Create a new ship to customer record for a specific bill to customer record

**Base** – HandlerBase\<AddShipToParameter, AddShipToResult>

## **HTTP Verb** – GET

**URL** – /api/v1/billtos

**Description** – Return a collection of bill to customer records for the current user

**Base** – HandlerBase\<GetBillToCollectionParameter, GetBillToCollectionResult>

## **HTTP Verb** – GET

**URL** – /api/v1/billtos/{billToId}

**Description** – Return a single bill to customer record

**Base** – HandlerBase\<GetBillToParameter, GetBillToResult>

## **HTTP Verb** – GET

**URL** – /api/v1/billtos/{billToId}/shiptos

**Description** – Return a collection of ship to customer records for a specific bill to customer record

**Base** – HandlerBase\<GetShipToCollectionParameter, GetShipToCollectionResult>

## **HTTP Verb** – GET

**URL** – /api/v1/billtos/{billToId}/shiptos/{shipToId}

**Description** – Return a single ship to customer record for a specific bill to customer record

**Base** – HandlerBase\<GetShipToParameter, GetShipToResult>

## **HTTP Verb** – PATCH

**URL** – /api/v1/billtos/{billToId}

**Description** – Update a single bill to customer record

**Base** – HandlerBase\<UpdateBillToParameter, UpdateBillToResult>

## **HTTP Verb** – PATCH

**URL** – /api/v1/billtos/{billToId}/shiptos/{shipToId}

**Description** – Update a single ship to customer record for a specific bill to customer record

**Base** – HandlerBase\<UpdateShipToParameter, UpdateShipToResult>