# Create conversion Initialize a new remote care conversion tracking record. Endpoint: POST /partner/v2/account/{accountId}/location/{locationId}/remote-care/conversion Version: 2.0 Security: PartnerOAuth ## Path parameters: - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 201 fields (application/json): - `createdDate` (string) Creation timestamp Example: "2024-01-15T10:30:00Z" - `id` (integer) Conversion ID Example: 123 - `trackingUuid` (string) Public tracking UUID Example: "abc-123-def" ## Response 401 fields ## Response 403 fields ## Response 404 fields