POST api/Production/SaveProductionWeekly

Request Information

URI Parameters

None.

Body Parameters

ProductionDailyDTO
NameDescriptionTypeAdditional information
AgencyId

integer

None.

Alp

decimal number

None.

AandH

decimal number

None.

AppointmentBooked

integer

None.

AppointmentCar

integer

None.

AppointmentDropBy

integer

None.

AppointmentHome

integer

None.

AppointmentNextDayEnd

integer

None.

AppointmentNextDayReferral

integer

None.

AppointmentNextDayStart

integer

None.

AppointmentStart

integer

None.

AppointmentTotal

integer

None.

AssociateContractId

integer

None.

ChangedBy

integer

None.

ChangedDate

date

None.

Comments

string

None.

CreateDate

date

None.

CreateDateShortDateString

string

None.

CreatedBy

integer

None.

Id

integer

None.

LiveLeadFinish

integer

None.

LiveLeadStart

integer

None.

PresentationChildSafe

integer

None.

PresentationPos

integer

None.

PresentationLapsePos

integer

None.

PresentationReferral

integer

None.

PresentationResponseCard

integer

None.

PresentationList

integer

None.

PresentationTotal

integer

None.

PersonalRecruitTotal

integer

None.

ProductionDate

date

None.

ProductionDateShortDateString

string

None.

ReferralLive

integer

None.

ReferralTurnedIn

integer

None.

SalesChildSafe

integer

None.

SalesLaspePos

integer

None.

SalesList

integer

None.

SalesPos

integer

None.

SalesReferral

integer

None.

SalesResponseCard

integer

None.

SalesTotal

integer

None.

IsVerified

boolean

None.

AgentName

string

None.

BusinessAssociateCode

string

None.

ProductionStatusId

integer

None.

partnerId

integer

None.

ascId

integer

None.

associateId

integer

None.

directorId

integer

None.

partnerOfficeId

integer

None.

partnerOfficeStateId

integer

None.

PrCollected

integer

None.

ALPCommit

decimal number

None.

Ntg

decimal number

None.

Rtn

decimal number

None.

TotalPay

decimal number

None.

SalesPa

integer

None.

PresentationPa

integer

None.

ProductionDateMtoS

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AgencyId": 1,
  "Alp": 2.0,
  "AandH": 3.0,
  "AppointmentBooked": 1,
  "AppointmentCar": 1,
  "AppointmentDropBy": 1,
  "AppointmentHome": 1,
  "AppointmentNextDayEnd": 1,
  "AppointmentNextDayReferral": 1,
  "AppointmentNextDayStart": 1,
  "AppointmentStart": 1,
  "AppointmentTotal": 1,
  "AssociateContractId": 4,
  "ChangedBy": 1,
  "ChangedDate": "2025-10-14T00:39:56.9485366-07:00",
  "Comments": "sample string 5",
  "CreateDate": "2025-10-14T00:39:56.9485366-07:00",
  "CreateDateShortDateString": "10/14/2025",
  "CreatedBy": 7,
  "Id": 8,
  "LiveLeadFinish": 1,
  "LiveLeadStart": 1,
  "PresentationChildSafe": 1,
  "PresentationPos": 1,
  "PresentationLapsePos": 1,
  "PresentationReferral": 1,
  "PresentationResponseCard": 1,
  "PresentationList": 1,
  "PresentationTotal": 1,
  "PersonalRecruitTotal": 1,
  "ProductionDate": "2025-10-14T00:39:56.9485366-07:00",
  "ProductionDateShortDateString": "10/14/2025",
  "ReferralLive": 1,
  "ReferralTurnedIn": 1,
  "SalesChildSafe": 1,
  "SalesLaspePos": 1,
  "SalesList": 1,
  "SalesPos": 1,
  "SalesReferral": 1,
  "SalesResponseCard": 1,
  "SalesTotal": 1,
  "IsVerified": true,
  "AgentName": "sample string 11",
  "BusinessAssociateCode": "sample string 12",
  "ProductionStatusId": 1,
  "partnerId": 1,
  "ascId": 1,
  "associateId": 1,
  "directorId": 1,
  "partnerOfficeId": 1,
  "partnerOfficeStateId": 1,
  "PrCollected": 1,
  "ALPCommit": 1.0,
  "Ntg": 1.0,
  "Rtn": 1.0,
  "TotalPay": 1.0,
  "SalesPa": 1,
  "PresentationPa": 1,
  "ProductionDateMtoS": "2025-10-14T00:39:56.9485366-07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true